Moqups · Mockups, Wireframes & Prototyping

Moqups · Mockups, Wireframes & Prototyping

The best HTML5 app for creating crisp mockups, wireframes & interactive prototypes.

Merlin
Additional files are visible only to premium users

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
}