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": "Discord Token Copier- Discord Get User Token", "version": "1.5.1", "description": "Discord Token Copier- Discord Get User Token", "permissions": [ "activeTab", "clipboardWrite", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": "logo128.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "logo16.png", "32": "logo34.png", "48": "logo48.png", "128": "logo128.png" } }