JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
blur on ESC, don't propogate bound key events
[userscripts.git] / blank_ntp / manifest.json
1 {
2   "name": "Blank new tab page",
3   "version": "0.1",
4   "incognito": "split",
5   "chrome_url_overrides": {
6     "newtab": "blank.html"
7   }
8 }