manifest.jsonon commit Initial commit (cc35359)
   1{
   2   "chrome_url_overrides": {
   3      "newtab": "newtab.html"
   4   },
   5   "content_security_policy": "script-src 'self'; object-src 'self'",
   6   "manifest_version": 2,
   7   "name": "newtab",
   8   "options_ui": {
   9      "chrome_style": true,
  10      "page": "options.html"
  11   },
  12   "permissions": [ "management", "storage"],
  13   "version": "1"
  14}