2010-02-17 12:26:25 +01:00
|
|
|
{
|
|
|
|
"name": "Tiny Tiny RSS Notifier",
|
|
|
|
"background_page": "background.html",
|
2010-02-17 13:53:38 +01:00
|
|
|
"version": "0.2",
|
2010-02-17 12:26:25 +01:00
|
|
|
"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.",
|
2010-02-17 13:53:38 +01:00
|
|
|
"popup.disabled": "popup.html"
|
2010-02-17 12:26:25 +01:00
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"tabs", "http://*/*", "https://*/*"
|
|
|
|
]
|
|
|
|
}
|