Cloudpad

Cloudpad

Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cloudpad",
  "version": "0.0.5",
  "description": "Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud",
  "action": {
    "default_popup": "settings.html",
    "default_icon": {
      "16": "img/ic_launcher_16.png",
      "32": "img/ic_launcher_32.png",
      "48": "img/ic_launcher_48.png",
      "128": "img/ic_launcher_128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "main.js"
      ],
      "matches": [
        "https://play.geforcenow.com/*",
        "https://stadia.google.com/*",
        "https://gamepad-tester.com/*",
        "https://www.xbox.com/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "img/ic_launcher_16.png",
    "32": "img/ic_launcher_32.png",
    "48": "img/ic_launcher_48.png",
    "128": "img/ic_launcher_128.png"
  },
  "manifest_version": 3
}