Jeff Servin

Jeff Servin

The brand new official Jeff Servin Mobile App is now available! Stream his music, see pictures, check out his bio, and share it all…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "#MrServin",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "0.1170",
  "version_name": "1.1.7",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    {
      "fileSystem": [
        "write"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "storage",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "Jeff_Servin.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "Jeff Servin",
    "orientation": "landscape",
    "packageName": "com.reverbnation.artistapp.i1292566",
    "short_name": "#MrServin"
  }
}