Acer VR Util. for 360 WebVR(experimental)

Acer VR Util. for 360 WebVR(experimental)

With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "webvr_extension16.png",
      "24": "webvr_extension24.png"
    },
    "default_popup": "main.html",
    "default_title": "Acer VR Util. for 360 WebVR(experimental)"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.",
  "icons": {
    "128": "webvr_extension128.png"
  },
  "manifest_version": 2,
  "name": "Acer VR Util. for 360 WebVR(experimental)",
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "storage",
    "contextMenus",
    "tabs",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.0001",
  "web_accessible_resources": [
    "polyfill.js"
  ]
}