Local Media Player

Local Media Player

Local media player lets you play your favorite media (be it video, music or audio) files without any third party software.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "4.6",
  "manifest_version": 3,
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {},
  "background": {
    "service_worker": "sw.js"
  }
}