summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/override/blank_ntp/manifest.json
blob: 9efcc231540594e22ba0c5cb125651d31996771d (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "Blank new tab page",
  "description": "Override the new tab page with a blank one",
  "version": "0.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "manifest_version": 2
}