Sagiri Izumi HD new free tab theme

Sagiri Izumi HD new free tab theme

Get colorful Sagiri Izumi wallpapers, just opening a 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,
  "default_locale": "en",
  "name": "__MSG_chrome_extension_name__",
  "version": "0.3.0",
  "description": "__MSG_chrome_extension_description__",
  "background": {
    "scripts": [
      "vars.js",
      "js/ls.js",
      "js/lib/lib.js",
      "js/background/api_b.js",
      "js/background/core_b.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "chrome_url_overrides": {
    "newtab": "page.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_chrome_extension_title__",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  }
}