AirDroid

AirDroid

AirDroid is a free and fast app that helps you manage your Android devices from a web browser, all over the air.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AirDroid",
  "description": "AirDroid is a free and fast app that helps you manage your Android devices from a web browser, all over the air.",
  "manifest_version": 2,
  "version": "2.0.4",
  "app": {
    "urls": [
      "http://web.airdroid.com/"
    ],
    "launch": {
      "web_url": "http://web.airdroid.com/?source=chrome_app"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}