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__", "description": "__MSG_app_description__", "version": "1.2", "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "__MSG_app_name__", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "lib\/*", "lib\/webfonts\/*" ], "matches": [ "<all_urls>" ] } ], "default_locale": "zh_CN", "author": "pingmu_jt1", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }