mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
backend: if fresh=1 parameter to getUnread is present, append output of fresh feed
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"name": "Tiny Tiny RSS Notifier",
|
||||
"background_page": "background.html",
|
||||
"version": "0.2",
|
||||
"version": "0.2.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.disabled": "popup.html"
|
||||
"default_title": "You have no unread articles."
|
||||
},
|
||||
"permissions": [
|
||||
"tabs", "http://*/*", "https://*/*"
|
||||
|
||||
Reference in New Issue
Block a user