My App

My App

This app does something awesome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "5",
  "manifest_version": 2,
  "container": [
    "GOOGLE_DRIVE",
    "DOMAIN_INSTALLABLE"
  ],
  "api_console_project_id": "172256166315",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "image/png",
          "image/jpeg",
          "image/gif",
          "application/vnd.google.drive.ext-type.png",
          "application/vnd.google.drive.ext-type.jpg",
          "application/vnd.google.drive.ext-type.gif"
        ],
        "href": "http://your_web_url/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "128": "128.jpeg"
  }
}