-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
54 lines (54 loc) · 1.07 KB
/
Copy pathmanifest.json
File metadata and controls
54 lines (54 loc) · 1.07 KB
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
{
"manifest_version": 3,
"name": "MindX Auto Grader Extension",
"version": "3.4",
"version_name": "3.4",
"description": "Chrome extension ho tro cham diem, AI comment, bao cao Zalo va trial task cho MindX.",
"permissions": [
"storage",
"clipboardWrite",
"clipboardRead",
"alarms",
"identity",
"identity.email"
],
"host_permissions": [
"https://api.github.com/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "MindX Auto Grader"
},
"icons": {
"16": "1.jfif",
"32": "1.jfif",
"48": "1.jfif",
"128": "1.jfif"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"commands": {
"macro-paste": {
"suggested_key": {
"default": "Ctrl+Shift+V",
"mac": "Command+Shift+V"
},
"description": "Paste van ban gan nhat tu khay tam ra man hinh"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}