Luck

Luck

An extension that gives you a daily chance to win

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.2",
  "name": "Luck",
  "description": "An extension that gives you a daily chance to win",
  "permissions": [
    "topSites",
    "chrome://favicon/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com; object-src 'self'"
}