Flash Player for the Web

Flash Player for the Web

Easily play flash content across the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.1",
  "manifest_version": 3,
  "offline_enabled": true,
  "name": "Flash Player for the Web",
  "description": "Easily play flash content across the web!",
  "homepage_url": "https://mybrowseraddon.com/flash-player-for-the-web.html",
  "commands": {
    "_execute_action": {}
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "data/content_script/page_context/vendor/*"
      ]
    }
  ],
  "action": {
    "default_popup": "data/popup/popup.html",
    "default_title": "Flash Player for the Web",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}