This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/startpages/term/manifest.json

10 lines
223 B
JSON

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