Files
Mostly-Harmless/manifest.json
T
Kerrick Long 57e9296b08 semver v1.4.1
2012-04-29 05:06:50 -05:00

22 lines
579 B
JSON

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