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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiylWs8cUHghcfXmC2f9CoTq2MSjWNraloFYD\/9q6ZYzoxUp1Is3UiPRbIR5yr\/9fNN8dFoRZO9\/uDa0HqZpvF7n+acKBw6Q6YaDBvhy6AYSubNMnI3OEQRhM4VeRrcToQ4iaAR+\/cuLZfXFuALlUYipe32\/ktkT\/X75Dd5b2fgabrWbRatga+OlGe6L06HPunSD+4tNgJ7XNrtC9WcOhZ2OWeN2LaiWFS4uoGkK\/sxzvql+4JV0+SZsMHhxtiGvZcvZIBBYVpcXY59vhwQPmVGf7SitjuMzH7kdeHih8XoujtbvCZzexXqK41Vd8r1K8XxdPOtekYoi36qoedqtBBQIDAQAB", "name": "MP4Cast for Google Chromecast\u2122", "short_name": "MP4Cast", "description": "Play video files stored on your computer to your Chromecast\u2122", "author": "Kyle Graehl", "version": "0.3.3", "manifest_version": 2, "offline_enabled": true, "minimum_chrome_version": "44", "app": { "background": { "scripts": [ "www\/common.js", "osthash.js", "wsc-chrome.min.js", "websiteConnection.js", "www\/parse-torrent-name.js", "background.js" ] } }, "permissions": [ "alarms", "storage", "unlimitedStorage", "https:\/\/www.google-analytics.com\/", "notifications", { "mediaGalleries": [ "read" ] }, "system.network", "browser", "power", { "fileSystem": [ "directory", "retainEntries" ] } ], "url_handlers": { "check_installed": { "matches": [ "*:\/\/*.mp4cast.com\/check" ], "title": "Check mp4cast installed" } }, "externally_connectable": { "matches": [ "*:\/\/*.mp4cast.com:*\/*" ] }, "sockets": { "udp": { "send": [ "" ], "bind": [ "" ] }, "tcp": { "connect": [ "" ] }, "tcpServer": { "listen": [ "*:*" ] } }, "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" } }