{ "manifest_version": 2, "name": "Looped In", "version": "1.1.1", "description": "Shows conversations on Hacker News about the current web page", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "96": "icons/icon96.png", "128": "icons/icon128.png" }, "background": { "scripts": [ "js/browser-polyfill.min.js", "js/generated/background.js" ] }, "browser_action": { "default_icon": "icons/icon48.png", "default_title": "Looped In" }, "content_scripts": [ { "matches": [""], "js": [ "js/browser-polyfill.min.js", "js/generated/content.js" ] } ], "permissions": ["tabs", "https://hn.algolia.com/*"], "web_accessible_resources": ["sidebar.html", "js/*.map", "js/generated/*.map", "js/generated/out/*"] }