mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-06-26 16:00:18 +08:00
25 lines
734 B
JSON
25 lines
734 B
JSON
{
|
|
"name": "Mostly Harmless",
|
|
"version": "1.5.1",
|
|
"manifest_version": 2,
|
|
"description": "Find, vote on, save, hide, and report links on reddit; submit new links; These and more! http://kerrick.github.com/Mostly-Harmless",
|
|
"content_security_policy": "default-src 'self'; connect-src 'self' https://www.reddit.com",
|
|
"browser_action": {
|
|
"default_icon": "pix/alien.png",
|
|
"popup": "html/popup.html"
|
|
},
|
|
"permissions": [
|
|
"http://*.reddit.com/",
|
|
"tabs",
|
|
"notifications"
|
|
],
|
|
"icons": {
|
|
"16": "pix/icon16.png",
|
|
"48": "pix/icon48.png",
|
|
"128": "pix/icon128.png"
|
|
},
|
|
"background": {"page":"html/background.html","persistent": true},
|
|
"options_page": "fancy-settings/index.html",
|
|
"default_locale": "en_US"
|
|
}
|