Examine source code of Lucidpress | Free Design Tool

Inspect and view changes in Lucidpress | Free Design Tool 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": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "api_console_project_id": "701689253383",
  "intents": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "href": "https://app.lucidpress.com/documents/driveApp",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "version": "2.4",
  "app": {
    "urls": [
      "*://app.lucidpress.com/"
    ],
    "launch": {
      "web_url": "https://app.lucidpress.com/documents/driveApp"
    }
  },
  "icons": {
    "128": "lucidpress_icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "clipboardWrite"
  ]
}