Iris 3D Viewer

Iris 3D Viewer

A light weight 3D Model Viewer right in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Iris 3D Viewer",
  "version": "0.5.1",
  "manifest_version": 2,
  "description": "A light weight 3D Model Viewer right in your browser.",
  "browser_action": {
    "default_icon": "img/icon/icon_128.png",
    "default_title": "Open Iris Viewer"
  },
  "icons": {
    "24": "img/icon/icon_24.png",
    "48": "img/icon/icon_48.png",
    "128": "img/icon/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}