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", "action": { "default_icon": { "16": "icons\/16-gray.png", "48": "icons\/48-gray.png", "128": "icons\/128-gray.png" }, "default_popup": "popups\/not-found.html", "default_title": "Vue DevTools" }, "background": { "service_worker": "dist\/background.js" }, "content_scripts": [ { "js": [ "dist\/prepare.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "world": "MAIN" }, { "js": [ "dist\/devtools-overlay.js" ], "matches": [ "<all_urls>" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "DevTools browser extension for Vue.js", "devtools_page": "pages\/devtools-background.html", "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 3, "name": "Vue.js devtools", "permissions": [ "scripting" ], "version": "7.6.4", "version_name": "7.6.4", "web_accessible_resources": [ { "extension_ids": [], "matches": [ "<all_urls>" ], "resources": [ "dist\/*", "client\/*", "overlay\/*", "pages\/*" ] } ] }