-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
118 lines (116 loc) · 3.9 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"about": "__MSG_about__",
"affDefault": "__MSG_affDefault__",
"affSelectedText": "__MSG_affSelectedText",
"authorTranslation": "__MSG_authorTranslation__",
"availableTranslations": "__MSG_availableTranslations__",
"background": {
"persistent": true,
"page": "background.html"
},
"browser_action": {
"default_icon": "images/WR_48.png",
"default_popup": "popup.html"
},
"buttonSearchText": "__MSG_buttonSearchText__",
"conjES": "__MSG_conjES__",
"conjFR": "__MSG_conjFR__",
"deen": "__MSG_deen__",
"defaultTranslation": "__MSG_defaultTranslation__",
"default_locale": "en",
"description": "WordReference Extension - Get the translations you want, in a fast and easy way !",
"devBy": "__MSG_devBy__",
"divers": "__MSG_divers",
"dropdown": "__MSG_dropdown__",
"enar": "__MSG_enar__",
"encz": "__MSG_encz__",
"ende": "__MSG_ende__",
"enes": "__MSG_enes__",
"enfr": "__MSG_enfr__",
"engr": "__MSG_engr__",
"enit": "__MSG_enit__",
"enja": "__MSG_enja__",
"enko": "__MSG_enko__",
"enpt": "__MSG_enpt__",
"enro": "__MSG_enro__",
"enru": "__MSG_enru__",
"enterAWordToSearch": "__MSG_enterAWordToSearch__",
"entr": "__MSG_entr__",
"enzh": "__MSG_enzh__",
"esen": "__MSG_esen__",
"esfr": "__MSG_esfr__",
"espt": "__MSG_espt__",
"fren": "__MSG_fren__",
"fres": "__MSG_fres__",
"esit": "__MSG_esit__",
"esde": "__MSG_esde__",
"eses": "__MSG_eses__",
"essin": "__MSG_essin__",
"ites": "__MSG_ites__",
"itit": "__MSG_itit__",
"caca": "__MSG_caca__",
"dees": "__MSG_dees__",
"ennl": "__MSG_ennl__",
"nlen": "__MSG_nlen__",
"ensv": "__MSG_ensv__",
"sven": "__MSG_sven__",
"enpl": "__MSG_enpl__",
"plen": "__MSG_plen__",
"roen": "__MSG_roen__",
"czen": "__MSG_czen__",
"gren": "__MSG_gren__",
"tren": "__MSG_tren__",
"zhen": "__MSG_zhen__",
"koen": "__MSG_koen__",
"aren": "__MSG_aren__",
"enthe": "__MSG_enthe__",
"enusg": "__MSG_enusg__",
"encol": "__MSG_encol__",
"pten": "__MSG_pten__",
"ptes": "__MSG_ptes__",
"ruen": "__MSG_ruen__",
"icons": {
"100": "images/WR_100.png",
"16": "images/WR_16.png",
"32": "images/WR_32.png",
"48": "images/WR_48.png",
"64": "images/WR_64.png"
},
"iten": "__MSG_iten__",
"manifest_version": 2,
"name": "WordReference Extension",
"noResult": "__MSG_noResult__",
"optionsPage": "__MSG_optionsPage__",
"options_page": "options.html",
"permissions": ["storage",
"http://www.wordreference.com/*","https://*/*",
"http://*/*",
"contextMenus",
"activeTab"],
"content_security_policy": "script-src 'self' https://* https://* nonce-paypaljs; object-src 'self' https://* https://* nonce-paypaljs; script-src-elem 'self' https://* https://* *.paypal.com *.paypalobjects.com nonce-paypaljs 'unsafe-inline' ; ",
"radiobutton": "__MSG_radiobutton",
"showTranslations": "__MSG_showTranslations__",
"legendTranslations": "__MSG_legendTranslations__",
"autoshowlasttranslation": "__MSG_autoshowlasttranslation__",
"history": "__MSG_history__",
"historyenabled": "__MSG_historyenabled__",
"deletehistory": "__MSG_deletehistory__",
"historydeleted": "__MSG_historydeleted__",
"openlinknewtab": "__MSG_historydeleted__",
"autosearchselect": "__MSG_autosearchselect__",
"translationsToShow": "__MSG_translationsToShow__",
"helpinsitesearch": "__MSG_helpinSiteSearch__",
"insitectrlkey": "__MSG_insitectrlkey__",
"insitesearchlegend": "__MSG_inSiteSearchLegend__",
"insitesearchselect": "__MSG_inSiteSearchSelect__",
"version": "5.7",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDgE+u8d3YLJNq4E/vBkOrPYWb2zfuKXHWYBoZWFXUfX/Lpv+TWDpZ5cAdGJoZHxvxHg6WMAW9WEaW7QmtoeMK8H0zHcjmoCJDi2gFzLLupLsfyDSrh0JD29kI0jgN04+UwvU+QFlCywGVBYOjDWAK+55y9ZR6p7tVuoNTBOpztYwIDAQAB",
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": ["styles/search_live.css"],
"js": [ "scripts/global.js", "scripts/jquery-3.1.1.min.js", "scripts/buy.js", "scripts/googleDocsUtil.js", "scripts/search_live.js"]
}
],
"web_accessible_resources": ["images/forum.gif"]
}