Everest

Everest

Material Themed New-tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Everest",
  "description": "Material Themed New-tab page",
  "version": "1.1.1",
  "chrome_url_overrides": {
    "newtab": "everest-files/index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage",
    "geolocation",
    "contextMenus",
    "https://api.darksky.net/forecast/*"
  ],
  "content_security_policy": "default-src 'self'; style-src-elem 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src https://fonts.gstatic.com; style-src 'self' 'unsafe-inline'; connect-src https://api.darksky.net https://quotes.rest https://api.unsplash.com; img-src 'self' https://images.unsplash.com data:",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}