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": 3, "name": "Just a Chill Guy Game", "description": "A simple and fun game where Just a Chill Guy dodge falling objects. Use arrow keys to move and 'P' to pause.", "version": "1.0", "icons": { "16": "chill-guy.png", "48": "chill-guy.png", "128": "chill-guy.png" }, "permissions": [ "https:\/\/min-api.cryptocompare.com\/*" ], "host_permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "16": "chill-guy.png", "48": "chill-guy.png", "128": "chill-guy.png" } }, "web_accessible_resources": [ { "resources": [ "chill-guy.png", "sweetalert2.min.js" ], "matches": [ "<all_urls>" ], "js": [ "popup.js" ] } ] }