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": "TemPad Dev", "description": "Inspect panel on Figma, for everyone.", "version": "0.10.1", "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "\/ui.js" ], "matches": [ "https:\/\/www.figma.com\/*" ] }, { "resources": [ "\/codegen.js" ], "matches": [ "https:\/\/www.figma.com\/*" ] } ], "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "alarms" ], "host_permissions": [ "https:\/\/www.figma.com\/file\/*", "https:\/\/www.figma.com\/design\/*", "https:\/\/raw.githubusercontent.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "figma", "enabled": true, "path": "rules\/figma.json" } ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.figma.com\/design\/*", "https:\/\/www.figma.com\/file\/*" ], "run_at": "document_end", "js": [ "content-scripts\/content.js" ] } ] }