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": 2, "name": "__MSG_appName__", "default_locale": "zh_CN", "version": "0.0.10", "description": "__MSG_appDescription__", "icons": { "128": "static\/images\/icon_128.png" }, "browser_action": { "default_icon": "static\/images\/icon_128.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background\/background.main.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/content.main.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+M", "mac": "Command+M", "chromeos": "Ctrl+M", "linux": "Ctrl+M" }, "global": true } }, "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension", "permissions": [ "tabs", "management", "storage" ] }