Useful New Tab

Useful New Tab

Useful New Tab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://query.yahooapis.com/; object-src 'self' https://query.yahooapis.com/",
  "default_locale": "en",
  "description": "Useful New Tab",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAim/lLtV3rrLraFSGqQrX75sTalk23YbjsGHSmLd0Ln8t5+pTj2hZSz8IcjdXc3wto+n2Iw2Jx6pKeX3ogdqgohYxf4fNFSLiPGIOaIi3+SfNp8RV8Zs4jo9JNCFykb0eTlyzjIMm+6Q5cJ3JN3/vd49+V/vAdOOHOYyaJLqnhGO/G/1mFyrCRxng9tixFqmpa0p1zmmW8pi4pSaV4poo917g0quQsQSf+DWdHmri60BgL33dNhLa7g5St+RmzvWP15xmQf0VllJzEW62cv/JW3vB2MKA04bSxjkwCRtVIEWBgSRO4c4aBcdeKxcX49KZp/2El4w+Ohr39xeqpsymNwIDAQAB",
  "manifest_version": 2,
  "name": "Useful New Tab",
  "permissions": [
    "topSites",
    "storage",
    "unlimitedStorage",
    "management",
    "bookmarks",
    "contextMenus",
    "notifications",
    "alarms",
    "geolocation"
  ],
  "short_name": "pretty-new-tab-404",
  "version": "1.0.1"
}