Player for local videos

Player for local videos

Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Player for local videos",
  "short_name": "Video player",
  "description": "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.",
  "author": {
    "email": "[email protected]"
  },
  "homepage_url": "https://github.com/dltmtt/video-player",
  "version": "1.2.1",
  "offline_enabled": true,
  "background": {
    "service_worker": "scripts/background.js"
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "192": "icons/favicon.png"
  },
  "action": {},
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+O"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}