From: Tomas Mudrunka Date: Sun, 22 Feb 2015 13:33:58 +0000 (+0100) Subject: New manifest for kyberia mail notifier and Makefile to pack extensions X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=e113fa31c6e3dad041d3ed3655155f58b66ece84;p=mirrors%2FPrograms.git New manifest for kyberia mail notifier and Makefile to pack extensions --- diff --git a/plugins/chrome-extensions/Makefile b/plugins/chrome-extensions/Makefile new file mode 100644 index 0000000..20566e8 --- /dev/null +++ b/plugins/chrome-extensions/Makefile @@ -0,0 +1,5 @@ +all: clean + for i in *; do [ -d "$$i" ] && zip -r "$$i".zip "$$i" || true; done + +clean: + rm *.zip || true diff --git a/plugins/chrome-extensions/kybca2/manifest.json b/plugins/chrome-extensions/kybca2/manifest.json index ab93d35..1140487 100644 --- a/plugins/chrome-extensions/kybca2/manifest.json +++ b/plugins/chrome-extensions/kybca2/manifest.json @@ -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"