Dropbox

Dropbox

Dropbox lets you bring all your photos, docs, and videos anywhere and share them easily.

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": "3.2.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.dropbox.com/at/cws"
    ],
    "launch": {
      "web_url": "https://www.dropbox.com/at/cws"
    }
  }
}