Lucky Tab: Make Money

Lucky Tab: Make Money

Win money on your new tab page, for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lucky Tab: Make Money",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "description": "Win money on your new tab page, for free",
  "homepage_url": "https://getluckycard.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "content_security_policy": "script-src 'self' https://pagead2.googlesyndication.com; object-src 'self'"
}