Honey We Won! (#1 Lottery Prank)

Honey We Won! (#1 Lottery Prank)

Magically change Mega Millions/Powerball winning numbers to your choice. EASY and FREE. Go prank and laugh!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Honey We Won! (#1 Lottery Prank)",
  "short_name": "HoneyWeWon",
  "version": "1.1.9",
  "description": "Magically change Mega Millions/Powerball winning numbers to your choice. EASY and FREE. Go prank and laugh!",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg5yt5ySlyaByp6EpPPKBM6dmiSxDbDxL343XunfD1oTI3ekKi4fvaVa0HjP8G48zNDgNNrPjHP15Gyqx8Y5k65+ftnx6Bjii5uYCbSitkk7tht9SEH1mB3sWKJc2kEU3kdOSAZt/EyUxgMFPZUfC7qP9pQqg8NDa/4JQFWPY69M3F5jxm+IFF3SRXL63d3myr9sjtN86e7AcpsvtYaz9UpmjmKfiBd+9qv6I7Aai/kq5cZjAMEpCEKpsKc/gRBYaCwwFKx6JfWmoFRGjrJhTn9FxKoPtZbE1NoQ/TqKD3NV0qLqbtPGsjJuQiSnpJbv4WFTFBpx20fZYKKoD51416wIDAQAB",
  "icons": {
    "16": "img/logo_64.png",
    "48": "img/logo_64.png",
    "128": "img/logo_64.png"
  },
  "background": {
    "scripts": [
      "js/moment.min.js",
      "js/moment-timezone.min.js",
      "js/jquery-3.3.1.min.js",
      "js/bootstrap.bundle.min.js",
      "js/license.js",
      "js/bg.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css/stylesheet.css",
        "css/mm.css"
      ],
      "js": [
        "js/moment.min.js",
        "js/moment-timezone.min.js",
        "js/jackpot.js",
        "js/mm_content.js",
        "js/jquery-3.3.1.min.js",
        "js/bootstrap.bundle.min.js"
      ],
      "run_at": "document_start",
      "matches": [
        "https://www.megamillions.com/*",
        "http://www.megamillions.com/*",
        "https://megamillions.com/*",
        "http://megamillions.com/*"
      ]
    },
    {
      "js": [
        "js/moment.min.js",
        "js/moment-timezone.min.js",
        "js/jackpot.js",
        "js/pb_content.js",
        "js/jquery-3.3.1.min.js",
        "js/bootstrap.bundle.min.js"
      ],
      "run_at": "document_start",
      "matches": [
        "https://www.powerball.com/*",
        "http://www.powerball.com/*",
        "https://powerball.com/*",
        "http://powerball.com/*"
      ]
    },
    {
      "js": [
        "js/moment.min.js",
        "js/moment-timezone.min.js",
        "js/jackpot.js",
        "js/google_content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://www.google.com/*",
        "http://www.google.com/*",
        "https://google.com/*",
        "http://google.com/*"
      ]
    },
    {
      "css": [
        "css/google.css"
      ],
      "run_at": "document_start",
      "matches": [
        "https://www.google.com/*",
        "http://www.google.com/*",
        "https://google.com/*",
        "http://google.com/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/logo_64.png",
    "default_popup": "index.html",
    "default_title": "Honey We Won!"
  },
  "permissions": [
    "storage",
    "identity",
    "activeTab"
  ]
}