update notifier permissions and logos
This commit is contained in:
parent
a689cd4770
commit
9de4bb4898
6 changed files with 4 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 1,002 B |
BIN
utils/notifier/images/icon_128.png
Normal file
BIN
utils/notifier/images/icon_128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
utils/notifier/images/icon_48.png
Normal file
BIN
utils/notifier/images/icon_48.png
Normal file
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…
Reference in a new issue