mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-06-27 16:10:28 +08:00
22 lines
579 B
JSON
22 lines
579 B
JSON
{
|
|
"name": "Mostly Harmless",
|
|
"version": "1.1.0",
|
|
"description": "Find, vote on, save, hide, and report links on reddit; submit new links; These and more! http://kerrick.github.com/Mostly-Harmless",
|
|
"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",
|
|
"options_page": "fancy-settings/index.html",
|
|
"default_locale": "en_US"
|
|
} |