Original Tab

Original Tab

A lightweight and simple new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "__MSG_shortName__",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.2.0",
  "offline_enabled": true,
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "topSites",
    "chrome://favicon/"
  ]
}