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": "Right-click discard tab", "version": "1.0", "permissions": [ "tabs", "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "18": "icons\/discard-icon-18.png", "48": "icons\/discard-icon-48.png", "128": "icons\/discard-icon-128.png" } }