mirror of
https://github.com/Kerrick/Mostly-Harmless.git
synced 2026-04-26 03:00:56 -04:00
23 lines
580 B
JSON
23 lines
580 B
JSON
{
|
|
"name": "Mostly Harmless",
|
|
"version": "1.5.1",
|
|
"description": "Find, vote on, save, hide, and report links on reddit; submit new links; These and more! http://kerrick.github.com/Mostly-Harmless",
|
|
"browser_action": {
|
|
"default_icon": "pix/alien.png",
|
|
"popup": "html/popup.html"
|
|
},
|
|
"permissions": [
|
|
"http://*.reddit.com/",
|
|
"tabs",
|
|
"notifications"
|
|
],
|
|
"icons": {
|
|
"16": "pix/icon16.png",
|
|
"48": "pix/icon48.png",
|
|
"128": "pix/icon128.png"
|
|
},
|
|
"background_page": "html/background.html",
|
|
"options_page": "fancy-settings/index.html",
|
|
"default_locale": "en_US"
|
|
}
|