Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / chrome-extensions / kybca2 / manifest.json
CommitLineData
21c4e167
H
1{
2 "name": "Kyberia Mail Notifier",
3 "version": "0.2.2",
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.117292 seconds and 4 git commands to generate.