LogRUN Show

LogRUN Show

Well and Reservoir Flow Visualisation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "LogRUN Show",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Well and Reservoir Flow Visualisation",
  "intents": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.google.drive.ext-type.lvz"
        ],
        "href": "base64_html1.html",
        "title": "Base64",
        "disposition": "window"
      }
    ],
    "http://webintents.org/share": [
      {
        "type": [
          "application/vnd.google.drive.ext-type.lvz"
        ],
        "href": "base64_html1.html",
        "title": "Base64",
        "disposition": "window"
      }
    ]
  },
  "nacl_modules": [
    {
      "path": "glibc/base64.nmf",
      "mime_type": "application/vnd.google.drive.ext-type.lvz"
    }
  ],
  "icons": {
    "16": "lvz.jpg",
    "128": "lvz1.jpg"
  },
  "app": {
    "launch": {
      "local_path": "base64_html1.html"
    }
  },
  "permissions": []
}