Files
Mostly-Harmless/manifest.json
2012-04-30 10:23:12 -05:00

23 lines
580 B
JSON

{
"name": "Mostly Harmless",
"version": "1.5.1",
"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"
}