{ "manifest_version": 2, "name": "Looped In", "version": "0.1.0", "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/main.js"] }, "browser_action": { "default_icon": "icons/icon48.png", "default_title": "Looped In" }, "permissions": ["tabs", "https://hn.algolia.com/*"], "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' https://hn.algolia.com", "web_accessible_resources": ["js/*.map", "js/generated/*.map"] }