JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
blank tabs black
[userscripts.git] / blank_ntp / manifest.json
1 {
2   "name": "Blank new tab page",
3   "version": "0.4",
4   "manifest_version": 4,
5   "incognito": "split",
6   "chrome_url_overrides": {
7     "newtab": "blank.html"
8   }
9 }