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