17 lines
518 B
JSON
17 lines
518 B
JSON
|
{
|
||
|
"name": "Tiny Tiny RSS Notifier",
|
||
|
"background_page": "background.html",
|
||
|
"version": "0.1",
|
||
|
"description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation",
|
||
|
"options_page": "options.html",
|
||
|
"icons": { "48": "images/icon.png", "128": "images/icon.png" },
|
||
|
"browser_action": {
|
||
|
"default_icon": "images/normal.png",
|
||
|
"default_title": "You have no unread articles.",
|
||
|
"-popup": "popup.html"
|
||
|
},
|
||
|
"permissions": [
|
||
|
"tabs", "http://*/*", "https://*/*"
|
||
|
]
|
||
|
}
|