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", "name": "Pac-man and Ms. Pac-man", "version": "1.0.0", "manifest_version": 3, "description": "Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.", "optional_host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "index.html", "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "88", "web_accessible_resources": [ { "resources": [ "index.js" ], "matches": [ "*:\/\/*\/*" ] } ] }