SendVRC | VRChatにURLを送るやつ

SendVRC | VRChatにURLを送るやつ

Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SendVRC | VRChatにURLを送るやつ",
  "version": "1.2.0",
  "description": "Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.",
  "action": {
    "default_icon": {
      "16": "icon.png",
      "24": "icon.png",
      "32": "icon.png"
    },
    "default_title": "this page send to VRChat"
  },
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardRead",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://localhost:11400/*"
  ]
}