Ultradox

Ultradox

Automate your business and let the cloud do the work for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ultradox",
  "version": "3.2",
  "manifest_version": 2,
  "description": "Automate your business and let the cloud do the work for you!",
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "172644952635",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/ultradox"
        ],
        "href": "https://www.ultradox.com",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "128": "128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://www.ultradox.com"
    }
  }
}