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", "name": "Codio IDE", "description": "A cloud-based development environment", "version": "1.0", "manifest_version": 2, "app": { "background": { "scripts": [ "background.js" ] } }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "permissions": [ "webview" ] }