Files
Mostly-Harmless/manifest.json
T

14 lines
361 B
JSON

{
"name": "Mostly Harmless",
"version": "0.2",
"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": "alien.png"
},
"permissions": [
"http://*.reddit.com/",
"tabs"
],
"background_page": "background.html",
"options_page": "options.html"
}