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": "The Watermelon Game", "description": "Fun watermelon merge game", "version": "1.1.4.2", "action": { "default_popup": "popup\/index.html", "default_icon": "popup\/assets\/watermelon.png" }, "permissions": [ "storage" ], "icons": { "16": "popup\/assets\/icon16.png", "48": "popup\/assets\/icon48.png", "128": "popup\/assets\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } } }