2018-01-07 02:38:01 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Looped In",
|
2018-02-07 14:19:15 +00:00
|
|
|
"version": "1.1.2",
|
2018-01-07 02:38:01 +00:00
|
|
|
"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-02-16 03:50:06 +00:00
|
|
|
"page": "background.html"
|
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-17 16:47:21 +00:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["<all_urls>"],
|
|
|
|
"js": [
|
2018-02-16 03:50:06 +00:00
|
|
|
"js/browser-polyfill.js",
|
2018-01-17 16:47:21 +00:00
|
|
|
"js/generated/content.js"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2018-02-16 16:56:54 +00:00
|
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-CfMPE8ys/ylJ5D9qKG0a9/UejrcczMr4/EmFCbVbgcc=' 'sha256-XsBu2nEJnS7x/Izq1v7dzy3Ze5myJMHvg4zukh/R1Yk=' 'sha256-AUCho1UyOpYFSZDg8EM9SYlysRIrUpQKZ7iE9CFSYfU=' 'sha256-vLlTaRFN8A2FPadIx711FwK9Ytd6LXkAzuEYAdC0D1k=' 'sha256-pGPwkltLPS11ByeZ61wzrzfELAOibrYCIFYF/TaXVdk='; object-src 'self'",
|
2018-02-07 14:12:38 +00:00
|
|
|
"permissions": ["tabs", "https://hn.algolia.com/*"],
|
2018-01-17 16:47:21 +00:00
|
|
|
"web_accessible_resources": ["sidebar.html", "js/*.map", "js/generated/*.map", "js/generated/out/*"]
|
2018-01-07 02:38:01 +00:00
|
|
|
}
|