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", "name": "Open with Visual Studio Code - Github", "short_name": "VSCode-gitclone", "description": "Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code", "version": "1.2.2", "version_name": "1.2.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "host_permissions": [ "https:\/\/github.com\/*" ], "author": "Eric Qian", "homepage_url": "https:\/\/enumc.com", "manifest_version": 3 }