-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 830 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 830 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
{
"manifest_version": 3,
"name": "Instytut Botaniki – rozszerzenie pomocnicze",
"description": "Rozszerzenie pomocnicze dla Botany Linux",
"author": "Instytut Botaniki im. W. Szafera Polskiej Akademii Nauk",
"homepage_url": "https://botany.pl",
"developer": {
"name": "Instytut Botaniki im. W. Szafera Polskiej Akademii Nauk",
"url": "https://botany.pl"
},
"version": "0.2",
"host_permissions": ["*://*/"],
"permissions": ["storage", "unlimitedStorage", "scripting"],
"background": {
"scripts": ["background.js"]
},
"browser_specific_settings": {
"gecko": {
"id": "browser-extension-linux@botany.edu.pl",
"strict_min_version": "136.0"
}
},
"icons": {
"16": "icon.svg",
"32": "icon.svg",
"48": "icon.svg",
"64": "icon.svg",
"96": "icon.svg"
}
}