Home | History | Annotate | Download | only in magic8ball
      1 {
      2   "name": "NTP prototyping extension",
      3   "version": "1.1",
      4   "description": "extension to prototype new NTP designs",
      5   "chrome_url_overrides" : {
      6     "newtab": "newTab.html"
      7   },
      8   "permissions": [
      9     "topSites",
     10     "chrome://favicon/"
     11   ],
     12   "manifest_version": 2
     13 }
     14