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", "version": "0.0.5", "name": "\u81ea\u52a8\u5316\u56fe\u6807\u53d1\u5e03", "description": "A chrome plugin that automatically publishes ICONS", "action": { "default_title": "\u81ea\u52a8\u5316\u56fe\u6807\u53d1\u5e03", "default_popup": "src\/popup.html" }, "icons": { "16": "icons\/icon_plugin_16.png", "48": "icons\/icon_plugin_48.png", "128": "icons\/icon_plugin_128.png" }, "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*", "<all_urls>" ], "resources": [ "assets\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.figma.com\/*" ], "js": [ "src\/content-script.js" ] } ], "manifest_version": 3, "permissions": [ "storage", "tabs" ], "options_page": "src\/options.html" }