Examine source code of LucidCRM

Inspect and view changes in LucidCRM 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": "http://clients2.google.com/service/update2/crx",
  "name": "LucidCRM",
  "description": "Prosty i przyjazny CRM online. Wspomaganie obsługi klienta, zarządzanie czasem, komunikacja wewnątrz firmy i wymiana danych.",
  "manifest_version": 2,
  "version": "0.1.4",
  "app": {
    "urls": [
      "http://lucidcrm.pl/",
      "https://lucidcrm.pl/"
    ],
    "launch": {
      "web_url": "http://lucidcrm.pl/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}