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", "name": "Cute Cat Wallpapers - New Tab", "version": "1.4", "manifest_version": 3, "description": "Upgrade your desktop with cute wallpaper of cats from around the world!", "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" } }