mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-07-13 01:00:14 +08:00
14 lines
361 B
JSON
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"
|
|
} |