OsmAnd~

OsmAnd~

Offline OpenStreetMap maps and navigation. Converted Android F-Droid version: https://f-droid.org/repo/net.osmand.plus_212.apk…

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.212",
  "version_name": "2.1.1",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "videoCapture",
    "clipboardWrite",
    "alarms",
    "storage",
    "audioCapture",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "binary/octet-stream",
        "application/octet-stream"
      ]
    },
    "arc.exts": {
      "extensions": [
        "kml",
        "gpx"
      ]
    }
  },
  "arc_metadata": {
    "apkList": [
      "net.osmand.plus_212.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "maximized",
    "name": "OsmAnd~",
    "orientation": "landscape",
    "packageName": "net.osmand.plus"
  }
}