Alltabs

Alltabs

Amazing visual artists every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "alltabs.html#newTab"
  },
  "content_security_policy": "default-src 'self' 'unsafe-eval';   script-src 'self';   style-src 'self' 'unsafe-inline';   img-src 'self' data: chrome: filesystem:;   connect-src 'self' http: https: chrome-extension:;   frame-src http: https:",
  "description": "Amazing visual artists every time you open a new tab.",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "28",
  "name": "Alltabs",
  "omnibox": {
    "keyword": "f"
  },
  "permissions": [],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "web_accessible_resources": [
    "alltabs.html"
  ]
}