The Golden Ticket

The Golden Ticket

Get your winner instantly and automatically while you're running any contest when using The Golden Ticket.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Golden Ticket",
  "version": "1.0.7",
  "manifest_version": 2,
  "description": "Get your winner instantly and automatically while you're running any contest when using The Golden Ticket.",
  "icons": {
    "16": "images/5f04c593005c1732f17db87f-The_Golden_Ticket-1624304204057-small_icon.png",
    "48": "images/5f04c593005c1732f17db87f-The_Golden_Ticket-1624303963537-medium_icon.png",
    "128": "images/5f04c593005c1732f17db87f-The_Golden_Ticket-1624855405991-large_icon.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "images/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "The Golden Ticket"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "https://www.messenger.com/*",
    "https://m.facebook.com/*",
    "https://mbasic.facebook.com/",
    "https://api.winnerwinnerchickendinner.io/api/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "vendor.js",
        "moment.js",
        "AllMasterHandler.js"
      ],
      "matches": [
        "https://mbasic.facebook.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "short_name": "TGT"
}