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": "My Weather Tab", "short_name": "My Weather Tab", "version": "1.0.0", "description": "Get weather report no matter wherever you are in the world.", "icons": { "128": "icons\/128.png" }, "action": { "browser_style": false, "default_title": "My Weather Tab" }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "permissions": [ "storage" ] }