iPegs

iPegs

iPEGS is an innovative app that enables a wide variety of industries to build customised forms and documents within a digital…

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.1",
  "version_name": "1.0",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.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/",
    "clipboardWrite",
    "videoCapture",
    "alarms",
    "storage",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "application/octet-stream",
        "application/vnd.ms-excel",
        "application/ipegs",
        "application/pdf",
        "application/msword"
      ]
    },
    "arc.exts": {
      "extensions": [
        "ipegs"
      ]
    }
  },
  "arc_metadata": {
    "apkList": [
      "iPegs.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "maximized",
    "name": "iPegs",
    "orientation": "landscape",
    "packageName": "com.ems.ipegs"
  }
}