-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.v3.json
44 lines (44 loc) · 1.15 KB
/
manifest.v3.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
{
"version": "1.5.2",
"manifest_version": 3,
"name": "Marker",
"offline_enabled": true,
"short_name": "marker-ink",
"homepage_url": "https://marker.ink",
"review_url": "https://docs.google.com/forms/d/e/1FAIpQLSdndkyCQGsJuWDynrbzpNtBZYvC4IFX6-VvzcF8F3FnulGJeQ/viewform?usp=sf_link",
"description": "Easily draw on any website with simple drawing tools, then save the result.",
"commands": {
"_execute_action": {}
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [{
"matches": ["*://*/*"],
"resources": ["data/interface/index.html"]
}],
"permissions": [
"storage",
"scripting",
"activeTab",
"contextMenus"
],
"action": {
"default_title": "Marker",
"default_icon": {
"16": "data/icons/OFF/16.png",
"32": "data/icons/OFF/32.png",
"48": "data/icons/OFF/48.png",
"64": "data/icons/OFF/64.png",
"96": "data/icons/OFF/96.png"
}
},
"icons": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png",
"96": "data/icons/96.png",
"128": "data/icons/128.png"
}
}