Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "name": "Colorful Rubik's Cube", "description": "Colorful Rubik's Cube in your browser from tCubed!", "version": "3.1.0", "icons": { "19": "game\/icons\/icon.png", "48": "game\/icons\/icon-48.png", "128": "game\/icons\/icon-128.png" }, "background": { "service_worker": "template\/js\/background.js" }, "action": { "default_icon": "game\/icons\/icon-128.png", "default_popup": "template\/popup.html" }, "web_accessible_resources": [ { "resources": [ "game\/js\/*", "game\/libs\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.playtcubed.com\/*", "http:\/\/*.playtcubed.com\/*", "https:\/\/*.tcubedstudios.com\/*", "http:\/\/*.tcubedstudios.com\/*" ] }, "permissions": [ "storage" ] }