mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-06-27 16:10:28 +08:00
17 lines
462 B
JSON
17 lines
462 B
JSON
{
|
|
"name": "Mostly Harmless",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"notifications"
|
|
],
|
|
"background_page": "html/background.html",
|
|
"options_page": "fancy-settings/index.html",
|
|
"default_locale": "en_US"
|
|
} |