Irix Viewer

Irix Viewer

Irix Viewer The Free Image Collaborator and Viewer A versatile viewport supporting all major RAW, .IRX format (Images edited on…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Irix Viewer",
  "short_name": "IrixViewer",
  "version": "1.0.1",
  "manifest_version": 2,
  "offline_enabled": true,
  "minimum_chrome_version": "62.0",
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "permissions": [
    "https://irix.studio/irx_viewer/index.html"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "",
    "default_icon": "img/icon/128.png"
  },
  "icons": {
    "128": "img/icon/128.png",
    "256": "img/icon/256.png",
    "512": "img/icon/512.png",
    "1024": "img/icon/1024.png"
  }
}