-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (41 loc) · 982 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
{
"name": "Class Tools",
"version": "0.0.4",
"description": "Tools for your classroom",
"manifest_version": 2,
"permissions": [
"activeTab",
"storage",
"declarativeContent",
"contextMenus"
],
"page_action": {
"default_popup": "src/popup.html",
"default_icon": {
"16": "images/wolf-16.png",
"32": "images/wolf-32.png",
"48": "images/wolf-48.png",
"64": "images/wolf-64.png",
"128": "images/wolf-128.png",
"256": "images/wolf-256.png",
"512": "images/wolf-512.png",
"1024": "images/wolf-1024.png"
}
},
"icons": {
"16": "images/wolf-16.png",
"32": "images/wolf-32.png",
"48": "images/wolf-48.png",
"64": "images/wolf-64.png",
"128": "images/wolf-128.png",
"256": "images/wolf-256.png",
"512": "images/wolf-512.png",
"1024": "images/wolf-1024.png"
},
"background": {
"scripts": [
"src/main.js"
],
"persistent": true
}
}