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": "winSizeDB", "version": "1.0", "manifest_version": 3, "description": "save window size, and change to it easily.", "icons": { "128": "assets\/icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "winSizeDB", "default_popup": "popup\/index.html" }, "options_page": "options\/index.html" }