Mockup Plus For Google Drive

The best prototype design tool for desktop,web,mobile software prototype.
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",
  "manifest_version": 2,
  "name": "Mockup Plus For Google Drive",
  "short_name": "Mockup Plus",
  "description": "The best prototype design tool for desktop,web,mobile software prototype.",
  "version": "1.0",
  "app": {
    "launch": {
      "web_url": "http://www.mockupplus.com/auth/google"
    },
    "urls": [
      "http://www.mockupplus.com/auth/google"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "container": "GOOGLE_DRIVE"
}