-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 746 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 746 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
{
"manifest_version": 3,
"name": "MYNT: Material You New Tab",
"version": "3.3.4",
"description": "A Simple New Tab (browser's home page) inspired by Google's 'Material You' design.",
"permissions": ["search"],
"optional_permissions": ["bookmarks", "favicon"],
"optional_host_permissions": [
"https://www.google.com/complete/search?client=*",
"https://duckduckgo.com/ac/?q=*",
"https://search.brave.com/api/suggest?q=*",
"https://*.wikipedia.org/w/api.php?action=opensearch&search=*"
],
"icons": {
"16": "favicon/icon16.png",
"48": "favicon/icon48.png",
"128": "favicon/icon128.png"
},
"action": {
"default_icon": "favicon/icon48.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"incognito": "split"
}