Remote Play

Remote Play

Remote Play PS4, PS5, Steam, Xbox, iPhone, APK

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remote Play",
  "version": "0.1.7",
  "manifest_version": 2,
  "description": "Remote Play PS4, PS5, Steam, Xbox, iPhone, APK",
  "homepage_url": "https://remoteplay.site",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "page action demo",
    "default_popup": "src/page_action/page_action.html"
  }
}