-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
37 lines (37 loc) · 1.37 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"author": "Christian Schiller, Leonard Lausen, Antoine Scemama",
"background": {
"scripts": [ "dict.js", "main.js", "background.js" ]
},
"content_scripts": [ {
"all_frames": true,
"match_about_blank": true,
"js": [ "content.js" ],
"matches": [ "<all_urls>" ]
} ],
"description": "Mouse over chinese dictionary for android. Anroid fork of the Leonard Lausen Firefox extension which is a itself a fork of Christian Schiller Chrome extension",
"icons": {
"128": "images/zhongwen.png",
"16": "images/zhongwen16.png",
"48": "images/zhongwen48.png"
},
"homepage_url": "https://github.com/ascemama/zhongwen-android",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9kqvX6bQ05nYOOB67oitnTW6arQZbq/nLebcs8f2jwXM7cvZrkNaMtZroysYtDPFIES7yP4/SAsVP4CGKP7z/2o8/BBkqe+8+4Okk5bo23ovpGVSqGlpE63Q58Zkpl6j/GcVpHAlE5thNH7QmBjcAH5ESdt/o2iJaYDbImwthDwIDAQAB",
"manifest_version": 2,
"name": "Zhongwen-android: Chinese-English Dictionary",
"options_ui": {
"page": "options.html",
"browser_style": true,
"chrome_style": true
},
"permissions": [ "*://*/*", "storage"],
"short_name": "Zhongwen",
"version": "1.2",
"web_accessible_resources": [ "css/*", "js/*", "images/*" ],
"applications": {
"gecko": {
"id": "{b65c7bc6-846b-4f65-b6ed-099d7e042301}",
"strict_min_version": "67.0"
}
}
}