ab93d3580b3da0c902d639bf02b3434905d39de9
[mirrors/Programs.git] / plugins / chrome-extensions / kybca2 / manifest.json
1 {
2 "name": "Kyberia Mail Notifier",
3 "version": "0.2.5",
4 "description": "Keeps you loged on kyberia.sk social network and notifies new mails. Before first use you have to specify your login credentials.",
5 "icons": {
6 "128": "ico-big.png",
7 "16": "ico-big.png",
8 "32": "ico-big.png",
9 "48": "ico-big.png"
10 },
11
12 "background_page": "background.html",
13 "options_page": "options.html",
14 "browser_action": {
15 "default_title": "Kyberia Mail Notifier",
16 "default_icon": "ico-big.png"
17 },
18 "permissions": [
19 "tabs",
20 "http://*/*",
21 "https://*/*"
22 ]
23 }
This page took 0.235642 seconds and 3 git commands to generate.