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, "name": "Magic Tiles 3", "version": "2.0.2", "description": "Do you love music games and playing along to your favorite songs on piano tiles?", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "game.js", "style.css" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "activeTab" ], "host_permissions": [ "<all_urls>" ] }