x3d-viewer

x3d-viewer

Opens an x3d file for viweing in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Opens an x3d file for viweing in the browser.",
  "manifest_version": 2,
  "name": "x3d-viewer",
  "short_name": "x3d-viewer",
  "version": "1.1.7",
  "icons": {
    "48": "icon/spider.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/spider.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}