New manifest for kyberia mail notifier and Makefile to pack extensions
[mirrors/Programs.git] / plugins / chrome-extensions / kybca2 / manifest.json
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.138779 seconds and 4 git commands to generate.