forked from STForScratch/ScratchTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 801 Bytes
/
Copy pathmanifest.json
File metadata and controls
31 lines (31 loc) · 801 Bytes
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
{
"name": "__MSG_extName__",
"short_name": "__MSG_extName__",
"manifest_version": 3,
"version": "2.24.0",
"version_name": "2.24.0-beta",
"default_locale": "en",
"description": "__MSG_extDescription__",
"author": "rgantzos",
"background": {
"service_worker": "/extras/background.js"
},
"permissions": ["scripting", "storage", "alarms"],
"action": {
"default_icon": "/extras/icon48.png",
"default_popup": "/extras/popup.html",
"default_title": "ScratchTools"
},
"icons": {
"16": "/extras/icon16.png",
"48": "/extras/icon48.png",
"128": "/extras/icon128.png"
},
"host_permissions": ["https://scratch.mit.edu/"],
"browser_specific_settings": {
"gecko": {
"id": "info@scratchtools.app",
"strict_min_version": "42.0"
}
}
}