TaxiPlusPassenger

TaxiPlusPassenger

1. Download It For Free! The best things in life are free, don’t you think so? Downloading a TaxiPlus doesn’t cost you anything,…

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": "9",
  "version_name": "0.0.1",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "gcm",
    {
      "fileSystem": [
        "write"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "clipboardWrite",
    "identity.email",
    "alarms",
    "storage",
    "identity",
    "audioCapture",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "oauth2": {
    "scopes": [],
    "client_id": "989444501008-s0vduefme8nlmpepsoded2qeuvr1jdkl.apps.googleusercontent.com"
  },
  "arc_metadata": {
    "apkList": [
      "rs.taxiplus.user.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "TaxiPlusPassenger",
    "orientation": "portrait",
    "packageName": "rs.taxiplus.user",
    "usePlayServices": [
      "gcm",
      "plus"
    ]
  }
}