ZenTab

ZenTab

Calm, soothing new Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ZenTab",
  "description": "Calm, soothing new Tab",
  "version": "1.0.3",
  "minimum_chrome_version": "38",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self';",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}