-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.json
19 lines (18 loc) · 889 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"manifest_version":2,
"name":"MilkyWay Cloze",
"description":"An English learning program which develops your vocabulary from ANY context of articles you familiar with, containing an AI-aided vocabulary refiner associated with a cloze tester, which commences revolutionarily convenience in language learning",
"version":"2.0",
"web_accessible_resources":["app/*", "inplug/*", "audio/*", "index.html"],
"content_security_policy": "default-src 'self'; script-src 'self' 'sha256-rajK2rwHwasQh442emJY+Qtk/15S6X9XHbluQW7jSlw=' 'sha256-7H8OQKIzpa8HgDbseeWUfZOyISASxYcMJNlU7CZjmys='; ",
"permissions":["storage", "clipboard"],
// "content_scripts":[
// { "matches":["<all_urls>"],
// "js":["inplug/chcontent.js"]
// }],
"browser_action":{},
"background":{
"scripts":["inplug/background.js"]
},
"icons":{"128":"inplug/favicon.ico.png"}
}