summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..c1935ef
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Tiny Tiny RSS Notifier",
+ "background_page": "background.html",
+ "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_48.png", "128": "images/icon_128.png" },
+ "browser_action": {
+ "default_icon": "images/normal.png",
+ "default_title": "You have no unread articles."
+ },
+ "permissions": [ "http://*/*", "https://*/*" ]
+}