-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
52 lines (46 loc) · 1.16 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"homepage_url": "https://github.com/zapSNH/zapsCoolPhotonTheme",
"version": "0.24.41.1",
"author": "zapsnh",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icon16.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "coolPhotonTheme@zapsnh",
"update_url": "https://raw.githubusercontent.com/zapSNH/zcpt-webextension/main/updates.json"
}
},
"background": {
"page": "background.html"
},
"options_ui": {
"page": "option/option.html"
},
"permissions": [
"storage"
],
"experiment_apis": {
"stylesheet": {
"schema": "stylesheet-api-experiment/schema.json",
"parent": {
"scopes": ["addon_parent"],
"paths": [["stylesheet"]],
"script": "stylesheet-api-experiment/api.js"
}
},
"aboutconfig": {
"schema": "aboutconfig-api-experiment/schema.json",
"parent": {
"scopes": ["addon_parent"],
"paths": [["aboutconfig"]],
"script": "aboutconfig-api-experiment/api.js"
}
}
}
}