New manifest for kyberia mail notifier and Makefile to pack extensions
authorTomas Mudrunka <tomas@mudrunka.cz>
Sun, 22 Feb 2015 13:33:58 +0000 (14:33 +0100)
committerTomas Mudrunka <tomas@mudrunka.cz>
Sun, 22 Feb 2015 13:33:58 +0000 (14:33 +0100)
plugins/chrome-extensions/Makefile [new file with mode: 0644]
plugins/chrome-extensions/kybca2/manifest.json

diff --git a/plugins/chrome-extensions/Makefile b/plugins/chrome-extensions/Makefile
new file mode 100644 (file)
index 0000000..20566e8
--- /dev/null
@@ -0,0 +1,5 @@
+all:   clean
+       for i in *; do [ -d "$$i" ] && zip -r "$$i".zip "$$i" || true; done
+
+clean:
+       rm *.zip || true
index ab93d3580b3da0c902d639bf02b3434905d39de9..1140487f17c816c427b8ce39178ed15aaecef791 100644 (file)
@@ -1,16 +1,17 @@
 {
+  "manifest_version": 2,
   "name": "Kyberia Mail Notifier",
-  "version": "0.2.5",
+  "version": "0.2.5.1",
   "description": "Keeps you loged on kyberia.sk social network and notifies new mails. Before first use you have to specify your login credentials.",
-       "icons": {
+  "icons": {
       "128": "ico-big.png",
       "16": "ico-big.png",
       "32": "ico-big.png",
       "48": "ico-big.png"
    },  
 
-       "background_page": "background.html",
-       "options_page": "options.html",
+  "background_page": "background.html",
+  "options_page": "options.html",
   "browser_action": {
     "default_title": "Kyberia Mail Notifier",
     "default_icon": "ico-big.png"
This page took 0.109335 seconds and 4 git commands to generate.