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", "manifest_version": 2, "name": "HTML Live", "version": "1.0.3", "description": "The Live HTML Editor", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "app": { "launch": { "local_path": "app.html" } }, "default_locale": "en", "permissions": [ "webRequest", "webRequestBlocking", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" }