-
-
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) · 734 Bytes
/
manifest.json
File metadata and controls
31 lines (31 loc) · 734 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
{
"manifest_version": 3,
"name": "Tabula",
"version": "1.2.1",
"description": "Tabula – Your space, no noise.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": ["storage", "notifications"],
"host_permissions": ["https://quoteslate.vercel.app/*"],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_specific_settings": {
"gecko": {
"id": "tabula@saatvik.dev",
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": ["none"],
"optional": []
}
}
}
}