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": "Tab Position Manager", "action": [], "manifest_version": 3, "version": "0.2.2", "description": "Tab Position Manager", "options_page": "options.html", "permissions": [ "offscreen", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "128": ".\/icons\/icon128.png" } }