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": "Components.lol", "version": "0.0.0.4", "author": "Derrick Tsorme", "description": "Extract design tokens from any website", "permissions": [ "activeTab", "scripting", "tabs" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "index.html", "default_icon": "component.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "pages\/*", "content-scripts\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "component.png", "48": "component.png", "128": "component.png" } }