`ili

`ili

`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "`ili",
  "description": "`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "chromext-background.js"
    ]
  },
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "browser_action": {
    "default_icon": {
      "48": "img/logo_48.png"
    }
  },
  "icons": {
    "48": "img/logo_48.png",
    "128": "img/logo_128.png",
    "512": "img/logo_512.png"
  }
}