Files
Mostly-Harmless/manifest.json
T
2011-07-19 22:03:11 -05:00

17 lines
597 B
JSON

{
"name": "Mostly Harmless",
"version": "1.0.0",
"description": "Easily see how many times a URL has been posted to reddit, join the discussion, and vote on, save, hide, and report the posts. If the page has not been submitted, you can post the URL, there are plenty of options for customization and privacy!",
"browser_action": {
"default_icon": "pix/alien.png",
"popup": "html/popup.html"
},
"permissions": [
"http://*.reddit.com/",
"tabs",
"notifications"
],
"background_page": "html/background.html",
"options_page": "fancy-settings/index.html",
"default_locale": "en_US"
}