-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 804 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 804 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
32
33
{
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"browser_specific_settings": {
"gecko": {
"id": "evergreen@reticivis.net"
}
},
"manifest_version": 3,
"name": "Evergreen New Tab",
"short_name": "Evergreen",
"description": "A minimalistic, functional, and beautiful new tab extension.",
"version": "2.3.0",
"permissions": [
"storage",
"geolocation"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"32": "icons/evergreen32.png",
"128": "icons/evergreen128.png",
"1000": "icons/evergreen1000.png"
},
"action": {
"default_icon": {
"32": "icons/evergreen32.png",
"128": "icons/evergreen128.png",
"1000": "icons/evergreen1000.png"
},
"default_title": "Evergreen New Tab"
}
}