2018-01-07 02:38:01 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Looped In",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Shows conversations on Hacker News about the current web page",
|
|
|
|
"icons": {
|
2018-01-08 15:46:13 +00:00
|
|
|
"16": "icons/icon16.png",
|
|
|
|
"48": "icons/icon48.png",
|
|
|
|
"96": "icons/icon96.png",
|
|
|
|
"128": "icons/icon128.png"
|
2018-01-07 02:38:01 +00:00
|
|
|
},
|
2018-01-08 13:30:57 +00:00
|
|
|
"background": {
|
2018-01-11 23:23:35 +00:00
|
|
|
"scripts": ["js/browser-polyfill.min.js", "js/generated/main.js"]
|
2018-01-08 13:30:57 +00:00
|
|
|
},
|
2018-01-07 02:38:01 +00:00
|
|
|
"browser_action": {
|
2018-01-08 15:46:13 +00:00
|
|
|
"default_icon": "icons/icon48.png",
|
2018-01-08 13:30:57 +00:00
|
|
|
"default_title": "Looped In"
|
2018-01-07 02:38:01 +00:00
|
|
|
},
|
2018-01-12 00:24:48 +00:00
|
|
|
"permissions": ["tabs", "https://hn.algolia.com/*"],
|
2018-01-10 15:29:20 +00:00
|
|
|
"content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' https://hn.algolia.com",
|
2018-01-10 15:34:42 +00:00
|
|
|
"web_accessible_resources": ["js/*.map", "js/generated/*.map"]
|
2018-01-07 02:38:01 +00:00
|
|
|
}
|