forked from alct/export-tabs-urls
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
41 lines (41 loc) · 1 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
{
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "0.2.16",
"default_locale": "en_US",
"icons": {
"16": "img/icon.svg",
"48": "img/icon.svg",
"128": "img/icon.svg"
},
"action": {
"default_icon": "img/icon.svg",
"default_title": "__MSG_appButtonDesc__",
"default_popup": "popup/popup.html",
"theme_icons": [{
"light": "img/icon_dark-theme.svg",
"dark": "img/icon.svg",
"size": 16
}, {
"light": "img/icon_dark-theme.svg",
"dark": "img/icon.svg",
"size": 32
}]
},
"options_ui": {
"page": "options/options.html"
},
"permissions": [
"clipboardWrite",
"notifications",
"storage",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{b304d0a6-ed8c-40f5-93a6-82a60c540801}",
"strict_min_version": "109.0"
}
}
}