AquaMail

AquaMail

AquaMail is an app for Internet and Exchange mail. You may already know this app from Android. This is the Pro version at no…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "411.64911",
  "version_name": "1.6.2.7",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "clipboardWrite",
    "identity.email",
    "alarms",
    "storage",
    "identity",
    "overrideEscFullscreen",
    "fullscreen"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "*/*",
        "vnd.android.cursor.item/vnd.kman.mail.account",
        "vnd.android.cursor.item/vnd.kman.mail.message"
      ]
    }
  },
  "oauth2": {
    "scopes": [],
    "client_id": "911221262463-rngvqrpjsodf56thb5qmhaj7i7to6h0f.apps.googleusercontent.com"
  },
  "arc_metadata": {
    "apkList": [
      "AquaMail-market-1.6.2.7.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "AquaMail",
    "orientation": "landscape",
    "packageName": "org.kman.AquaMail",
    "resize": "reconfigure",
    "useGoogleContactsSyncAdapter": true,
    "usePlayServices": [
      "plus"
    ]
  }
}