summaryrefslogtreecommitdiff
path: root/utils/notifier/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'utils/notifier/manifest.json')
-rw-r--r--utils/notifier/manifest.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/notifier/manifest.json b/utils/notifier/manifest.json
new file mode 100644
index 000000000..59630f922
--- /dev/null
+++ b/utils/notifier/manifest.json
@@ -0,0 +1,16 @@
+{
+ "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://*/*"
+ ]
+}