Couchsurfing

Couchsurfing

You have friends all over the world, you just haven’t met them yet. Couchsurfing is a global community of over 9 million travel…

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": "0.113",
  "version_name": "c3.11",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "gcm",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "identity",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "videoCapture",
    "identity.email",
    "alarms",
    "storage",
    "overrideEscFullscreen",
    "fullscreen",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "image/gif",
        "image/png",
        "image/webp",
        "image/jpeg"
      ]
    }
  },
  "oauth2": {
    "scopes": [],
    "client_id": "626510760987-gpbn2r7j507cn6dcnj4fjpgm0997qh34.apps.googleusercontent.com"
  },
  "arc_metadata": {
    "apkList": [
      "app-chrome-release (1).apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "Couchsurfing",
    "orientation": "landscape",
    "packageName": "com.couchsurfing.mobile.android",
    "resize": "reconfigure",
    "useGoogleContactsSyncAdapter": true,
    "usePlayServices": [
      "gcm"
    ]
  }
}