Examine source code of OH CRM

Inspect and view changes in OH CRM source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OH CRM",
  "description": "Un outil CRM simple et efficace. Facturation, suivi client... Simplifiez votre activité et travaillez plus confortablement",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.oh-crm.com/"
    ],
    "launch": {
      "web_url": "http://www.oh-crm.com/",
      "container": "tab"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}