Prestige - Beautiful New Tabs

Prestige - Beautiful New Tabs

Decorate your new tabs with useful information and a beautiful background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prestige - Beautiful New Tabs",
  "description": "Decorate your new tabs with useful information and a beautiful background.",
  "version": "0.2.1",
  "incognito": "split",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "https://source.unsplash.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "resources/moment.js",
      "resources/localForage.min.js",
      "worker/image-cache.js"
    ]
  },
  "manifest_version": 2
}