Presentation Pro

Presentation Pro

Control Google Slides on any device, remotely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "jquery.min.js",
        "socket.io-1.1.0.js",
        "analytics.js",
        "content.js"
      ],
      "matches": [
        "https://docs.google.com/presentation/d/*/present*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Control Google Slides on any device, remotely.",
  "icons": {
    "16": "logo_192.png",
    "48": "logo_192.png",
    "128": "logo_192.png"
  },
  "manifest_version": 2,
  "name": "Presentation Pro",
  "offline_enabled": true,
  "options_page": "welcome.html",
  "permissions": [
    "notifications"
  ],
  "short_name": "Remote for Google Slides",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3"
}