Insightly

Insightly

#1 Free CRM and Project Management app for small business. Up to 2 users completely free forever.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "https://www.insightly.com/Login/"
    },
    "urls": [
      "https://*.insight.ly/",
      "https://*.insightly.com/"
    ]
  },
  "description": "#1 Free CRM and Project Management app for small business. Up to 2 users completely free forever.",
  "icons": {
    "128": "app_icon.png"
  },
  "manifest_version": 2,
  "name": "Insightly",
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "version": "6.4"
}