Examine source code of Moqups · Mockups, Wireframes & Prototyping

Inspect and view changes in Moqups · Mockups, Wireframes & Prototyping 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__",
  "short_name": "Moqups",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.4.1",
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "372941403685",
  "icons": {
    "128": "moqups-icon-128.png",
    "256": "moqups-icon-256.png"
  },
  "intents": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.moqups, application/vnd.google.drive.ext-type.moqup"
        ],
        "href": "https://moqups.com/googledrive/open",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "urls": [
      "https://my.moqups.com/",
      "https://app.moqups.com/",
      "https://moqups.com/",
      "https://resources.moqups.com/"
    ],
    "launch": {
      "web_url": "https://my.moqups.com/"
    }
  },
  "permissions": [
    "background",
    "clipboardRead",
    "clipboardWrite",
    "notifications",
    "unlimitedStorage"
  ],
  "manifest_version": 2
}