Flash Player 2024

Flash Player 2024

Play Flash anytime, even in 2024 and beyond, using an emulator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Flash Player 2024",
  "short_name": "Flash 2024",
  "description": "Play Flash anytime, even in 2024 and beyond, using an emulator.",
  "version": "1.7.2",
  "icons": {
    "16": "icons/logo16.png",
    "32": "icons/logo32.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png",
    "192": "icons/logo192.png",
    "512": "icons/logo512.png"
  },
  "homepage_url": "https://modernkit.one/flash-emulator/?utm_source=extension-manifest-homepage&utm_medium=extension&utm_content=extension-manifest-url",
  "permissions": [
    "<all_urls>",
    "storage",
    "declarativeNetRequestWithHostAccess",
    "alarms"
  ],
  "browser_action": {},
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "detection-polyfill.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": false,
      "exclude_matches": [
        "https://*.doubleclick.net/*",
        "https://*.googletagservices.com/*",
        "https://*.pubmatic.com/*",
        "https://*.adnxs.com/*",
        "https://*.outbrain.com/*",
        "https://*.google.com/*",
        "https://robinstv.bcfc.co.uk/*"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "detection-alternate.js"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "match_about_blank": false,
      "exclude_matches": [
        "https://*.doubleclick.net/*",
        "https://*.googletagservices.com/*",
        "https://*.pubmatic.com/*",
        "https://*.adnxs.com/*",
        "https://*.outbrain.com/*",
        "https://*.google.com/*",
        "https://robinstv.bcfc.co.uk/*"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "cs.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": false,
      "exclude_matches": [
        "https://*.doubleclick.net/*",
        "https://*.googletagservices.com/*",
        "https://*.pubmatic.com/*",
        "https://*.adnxs.com/*",
        "https://*.outbrain.com/*",
        "https://*.google.com/*",
        "https://robinstv.bcfc.co.uk/*"
      ]
    },
    {
      "matches": [
        "https://modernkit.one/*"
      ],
      "js": [
        "installed-check.js"
      ],
      "run_at": "document_start"
    }
  ],
  "sandbox": {
    "pages": [
      "external/player.html"
    ]
  },
  "web_accessible_resources": [
    "external/player-embed.html",
    "external/player.html",
    "external/upgrade.html",
    "external/page-bridge.html"
  ],
  "externally_connectable": {
    "matches": [
      "https://modernkit.one/flash-emulator/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}