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, "default_locale": "zh_CN", "name": "__MSG_extName__", "version": "1.0.3", "description": "__MSG_extDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [], "homepage_url": "https:\/\/github.com\/linshenkx\/prompt-optimizer", "author": "linshenkx", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self';" }, "offline_enabled": true, "incognito": "split", "short_name": "__MSG_extShortName__", "minimum_chrome_version": "88" }