chromium/remoting/host/setup/com.google.chrome.remote_desktop.json.jinja2

{
  "name": "com.google.chrome.remote_desktop",
  "description": "{{ ME2ME_HOST_DESCRIPTION }}",
  "type": "stdio",
  "path": "{{ ME2ME_HOST_PATH }}",
  "allowed_origins": [
    {# Chrome Extension (Prod) #}
    "chrome-extension://inomeogfingihgjfjlpeplalcfajhgai/",
    {# Chrome Extension (Dev Build) #}
    "chrome-extension://hpodccmdligbeohchckkeajbfohibipg/"
  ]
}