Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_app_name__", "version": "3.0.2", "description": "__MSG_app_description__", "permissions": [ "scripting", "downloads", "tabs", "storage" ], "host_permissions": [ "*:\/\/*.etsy.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon128.png" }, "default_locale": "zh_CN", "author": "xiran_imagedown_004", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }