Ultimate Makeup App

Ultimate Makeup App

This app is a port of Modiface's Makeup *lite* app. With this app, you can take photos of yourself and apply makeup to see how you…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "arc_metadata": {
    "enableAdb": true,
    "apkList": [
      "com.modiface.makeup.lite.1.3.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "com.modiface.makeup.lite",
    "orientation": "portrait",
    "packageName": "com.modiface.makeup.lite",
    "useGoogleContactsSyncAdapter": false,
    "usePlayServices": [
      "gcm",
      "plus"
    ],
    "resize": "reconfigure"
  },
  "default_locale": "en",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "manifest_version": 2,
  "name": "Ultimate Makeup App",
  "oauth2": {
    "client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com",
    "scopes": []
  },
  "offline_enabled": false,
  "permissions": [
    "gcm",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "accessibilityFeatures.read",
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "https://clients2.google.com/",
    "videoCapture",
    "clipboardWrite",
    "storage"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "version": "1.0"
}