slidecontrol

slidecontrol

Slidecontrol - The open-source global remote solution made for everyone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "./lib/qrcodegen.js",
        "./lib/caffeine.js",
        "./content.min.js"
      ],
      "matches": [
        "https://docs.google.com/presentation/d/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://*.mn.uber.space; object-src 'self'",
  "description": "Slidecontrol - The open-source global remote solution made for everyone.",
  "icons": {
    "16": "images/logo_16.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "manifest_version": 2,
  "name": "slidecontrol",
  "offline_enabled": false,
  "short_name": "slidecontrol",
  "version": "2.5.8"
}