Koalas HD Wallpapers - Custom New Tab

Koalas HD Wallpapers - Custom New Tab

Enjoy HD Koalas Wallpapers with Every New Tab You Open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "assets/js/background.min.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://search.superaddon.com",
      "image_url": "https://search.superaddon.com",
      "image_url_post_params": "",
      "instant_url": "",
      "instant_url_post_params": "",
      "is_default": true,
      "keyword": "Search:",
      "name": "SuperAddon Search:",
      "search_url": "https://search.superaddon.com/?pid=13&cid=3&query={searchTerms}",
      "search_url_post_params": ""
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://suggestqueries.google.com 'unsafe-eval' ; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://api.superaddon.com/auth/logincallback*"
      ],
      "js": [
        "/assets/js/contentScript.min.js"
      ],
      "all_frames": true
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "offline_enabled": true,
  "permissions": [
    "bookmarks",
    "history",
    "storage",
    "alarms",
    "notifications",
    "*://*/*"
  ],
  "short_name": "__MSG_extensionShortName__",
  "version": "3.0.0"
}