Coin Master Daily Free Spins Link Today

Coin Master Daily Free Spins Link Today

Coin Master Daily Free Spins Link Today extension gives you new tab search engine with many Coin Master themes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "background": {
    "persistent": true,
    "scripts": [
      "/html/chrome/settings.js",
      "/html/common/prefs-sys.js",
      "/html/chrome/utils.js",
      "/html/chrome/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "html/skin/icons/16.png",
      "48": "html/skin/icons/48.png",
      "128": "html/skin/icons/128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "/html/index.html"
  },
  "icons": {
    "16": "html/skin/icons/16.png",
    "48": "html/skin/icons/48.png",
    "128": "html/skin/icons/128.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "permissions": [
    "topSites"
  ],
  "version": "0.1",
  "web_accessible_resources": [
    "html/skin/*"
  ]
}