forked from Mte90/GlotDict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
43 lines (43 loc) · 974 Bytes
/
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
38
39
40
41
42
43
{
"content_scripts": [
{
"js": [
"js/init.js"
],
"css": [
"css/style.css"
],
"matches": [
"*://translate.wordpress.org/*"
]
}
],
"web_accessible_resources": [
"js/glotdict-locales.js",
"js/glotdict.js",
"js/glotdict-functions.js",
"js/glotdict-hotkey.js",
"js/glotdict-validation.js",
"js/glotdict-notices.js",
"js/glotdict-bulk.js",
"js/glotdict-column.js",
"js/glotdict-meta.js",
"js/glotdict-settings.js",
"js/keymaster.js",
"js/jquery.bind-first.js",
"js/dompurify.js",
"icons/icon-16.png",
"css/style.css",
"js/init.js"
],
"version": "1.6.10",
"description": "Improve the workflow on translate.wordpress.org",
"homepage_url": "https://github.com/Mte90/GlotDict",
"manifest_version": 2,
"icons": {
"48": "icons/icon-48.png",
"128": "icons/icon-128.png",
"16": "icons/icon-16.png"
},
"name": "GlotDict"
}