Nord-Theme-Ports-and-Assets/custom-start-page/manifest.json
2021-07-20 01:43:38 -04:00

10 lines
255 B
JSON

{
"name": "My custom new tab page",
"description": "Overrides the new tab page",
"version": "0.1",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "nord-terminal-start.html"
},
"manifest_version": 2
}