VBA-M

VBA-M

A native GBA emulator for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VBA-M",
  "description": "A native GBA emulator for Chrome",
  "version": "1.3.7",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "offline_enabled": true,
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "syncFileSystem",
    "fileSystem",
    "storage",
    "unlimitedStorage"
  ]
}