Always Video ᴴᴷ - Beta ( PiP Automation )

Always Video ᴴᴷ - Beta ( PiP Automation )

(Watch video across Tabs & Windows & Applications)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_app_desc__",
  "version": "0.2.83",
  "name": "__MSG_app_name__",
  "author": "Mkc development",
  "default_locale": "en",
  "minimum_chrome_version": "70",
  "icons": {
    "128": "assets/image/icons/logo_128-without_text.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*/*",
    "management",
    "notifications",
    "webNavigation"
  ],
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "assets/image/icons/logo_128-without_text.png"
    }
  },
  "commands": {
    "play-pause-video": {
      "description": "Play/Pause Video",
      "global": true
    }
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "*"
  ],
  "offline_enabled": true
}