Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "version": "1.1", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Slope Game", "default_icon": "icon\/32.png" }, "default_locale": "en", "icons": { "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "sandbox": { "pages": [ "slope.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval'; script-src-elem 'self' 'unsafe-eval' 'unsafe-inline'" } }