Super Nintendo Online Emulator

Super Nintendo Online Emulator

Play all Super Famicom / Super Nintendo abandonware online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Super Nintendo Online Emulator",
  "description": "Play all Super Famicom / Super Nintendo abandonware online.",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://super-nintendo-emulator.com/"
    ],
    "launch": {
      "web_url": "http://super-nintendo-emulator.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}