NUMed SA

NUMed SA

Created by the students, for the students, the NUMed SA app allows NUMed students to receive updates from the Student Association,…

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.5",
  "version_name": "1.0.4",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "clipboardWrite",
    "alarms",
    "storage",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "NUMed SA_1.0.4.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "NUMed SA",
    "orientation": "landscape",
    "packageName": "com.bharatiyer.numedsa",
    "resize": "disabled"
  }
}