update notifier permissions and logos

master
Andrew Dolgov 12 years ago
parent a689cd4770
commit 9de4bb4898

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

@ -1,15 +1,13 @@
{
"name": "Tiny Tiny RSS Notifier",
"background_page": "background.html",
"version": "0.5",
"version": "0.5.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" },
"icons": { "48": "images/icon_48.png", "128": "images/icon_128.png" },
"browser_action": {
"default_icon": "images/normal.png",
"default_title": "You have no unread articles."
},
"permissions": [
"tabs", "http://*/*", "https://*/*"
]
"permissions": [ "http://*/*", "https://*/*" ]
}

@ -145,7 +145,7 @@ fieldset span.note {
</style>
<body onload="init()">
<div class="floatingLogo"><img src="images/ttrss_logo.png"></div>
<div class="floatingLogo"><img src="images/icon_128.png"></div>
<h1>Tiny Tiny RSS Notifier</h1>

Loading…
Cancel
Save