Musa view

Musa view

Enables the display of Musa text on web pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    }
  },
  "version": "0.1.6",
  "author": "AgungJK. <[email protected]>",
  "name": "Musa view",
  "description": "Enables the display of Musa text on web pages",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.musa.bet/pronen.htm*"
      ],
      "js": [
        "pronouncer.cacfc6ee.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "global.399be63a.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "host_permissions": [
    "*://*.musa.bet/*",
    "*://musa.bet/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png",
        "*.otf"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "global.5694b81a.css",
        "global.1552ecd4.css",
        "global.554f5b22.png"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}