Files
Mostly-Harmless/manifest.json
T
Kerrick Long 2c6c3754d5 Reorganized, made object-oriented, cleaned up.
Note that I have not yet gotten voting working again.
2011-06-28 01:24:40 -05:00

15 lines
417 B
JSON

{
"name": "Mostly Harmless",
"version": "0.3",
"description": "Easily see how many times URL has been posted to reddit, join the discussion, submit or repost it, and more!",
"browser_action": {
"default_icon": "/pix/alien.png",
"popup": "/html/popup.html"
},
"permissions": [
"http://*.reddit.com/",
"tabs"
],
"background_page": "/html/background.html",
"options_page": "/fancy-settings/index.html"
}