Tabzero

Tabzero

The Google Chrome start page that gets you going.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "assets/js/app.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "Tabzero"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "The Google Chrome start page that gets you going.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Tabzero",
  "permissions": [
    "activeTab",
    "https://tabzero.co/",
    "storage",
    "unlimitedStorage"
  ],
  "version": "0.0.0.6"
}