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": "Pacman", "version": "6.12.2021", "description": "A Pac-Man game on a popup", "action": { "default_icon": { "16": "app\/style\/graphics\/16.png", "32": "app\/style\/graphics\/32.png", "48": "app\/style\/graphics\/48.png", "64": "app\/style\/graphics\/64.png", "128": "app\/style\/graphics\/128.png" }, "default_popup": "index.html", "default_title": "Pacman Popup" }, "background": { "service_worker": "build\/bg.js" }, "icons": { "16": "app\/style\/graphics\/16.png", "32": "app\/style\/graphics\/32.png", "48": "app\/style\/graphics\/48.png", "64": "app\/style\/graphics\/64.png", "128": "app\/style\/graphics\/128.png" } }