DoliCloud ERP & CRM

DoliCloud ERP & CRM

The Open Source software for business. DoliCloud is the online service providing ERP and CRM features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.6.1.0",
  "app": {
    "urls": [
      "http://www.dolicloud.com/",
      "https://www.dolicloud.com/"
    ],
    "launch": {
      "web_url": "http://www.dolicloud.com/chromewebstore/dolicloud_erp_crm.php"
    }
  },
  "icons": {
    "16": "appicon_16.png",
    "64": "appicon_64.png",
    "128": "appicon_128.png",
    "256": "appicon_256.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}