Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_appName__", "version": "2.1", "description": "__MSG_appDesc__", "default_locale": "en", "author": "Classroom6xCool", "icons": { "128": "128.png" }, "action": { "default_icon": "128.png" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "sandbox": { "pages": [ "Game_Source\/index.html" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }