ChroSNES

ChroSNES

Behold... Not the first SNES emulator for Chrome, but by far the best! This is an Android port of SuperRetro64. Check out this…

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": [
      "SuperRetro16v1.8.2.apk"
    ],
    "enableExternalDirectory": true,
    "formFactor": "tablet",
    "name": "test ewjrnksf",
    "orientation": "landscape",
    "packageName": "com.bubblezapgames.supergnes",
    "useGoogleContactsSyncAdapter": false,
    "usePlayServices": [
      "gcm",
      "plus"
    ],
    "resize": "reconfigure"
  },
  "default_locale": "en",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "manifest_version": 2,
  "name": "ChroSNES",
  "oauth2": {
    "client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com",
    "scopes": []
  },
  "offline_enabled": true,
  "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/",
    "clipboardWrite",
    "storage"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "version": "1.6"
}