Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApjKkJo+A8C2Alk0WRVd96KwOQbXoDdI7jEu4L5LBP0M1DajbmG8uu28u98LuGstI9ezdufrH\/xrMoaU54lObgFG06l7S7JSjncX\/qguniDBvlTOE7Li88Sp1hVYRgPit9md\/lIvTVoUsY7KDUPSoPPgpl\/RCOOBtZLnv+TvPO2QVsmdXsfIZBlad6S0zUb69yRCD14NWQ8+IaCyUjGmsHZDKvaygbXCoODs8CnjMurVxOcJRY2+1KK+4SV+ho7OpF1VFiR4U+fvUuoIwIO\/31vsqqdG5u7JKqZbzMcaDipjP+U3sXl1zYiqz3YuaalehoQrSb6KU2zC5IqrvCl5GLwIDAQAB", "name": "Super Nintendo Emulator (snes9x)", "short_name": "SNES Emulator", "description": "Super Nintendo Emulator SNES (snes9x)", "version": "0.0.6", "minimum_chrome_version": "44", "manifest_version": 2, "offline_enabled": true, "file_handlers": { "any": { "extensions": [ "smc", "sfc" ] } }, "permissions": [ { "fileSystem": [ "retainEntries", "directory", "write" ] }, "pointerLock", "fullscreen", "identity", "storage", "unlimitedStorage" ], "app": { "background": { "scripts": [ "background.js" ] } }, "icons": { "16": "icons\/snes-16.png", "32": "icons\/snes-32.png", "48": "icons\/snes-48.png", "64": "icons\/snes-64.png", "96": "icons\/snes-96.png", "128": "icons\/snes-128.png" }, "platforms": [ { "nacl_arch": "x86-64", "sub_package_path": "_platform_specific\/x86-64\/" }, { "nacl_arch": "x86-32", "sub_package_path": "_platform_specific\/x86-32\/" }, { "nacl_arch": "arm", "sub_package_path": "_platform_specific\/arm\/" } ] }