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": "GitHub DeepWiki Button (Unofficial)", "description": "__MSG_appDescription__", "version": "1.0.3", "short_name": "gh-deepwiki", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "minimum_chrome_version": "88.0", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/icon-16.png", "images\/icon-19.png", "images\/icon-32.png", "images\/icon-38.png", "images\/icon-48.png", "images\/icon-64.png", "images\/icon-128.png" ], "matches": [ "https:\/\/github.com\/*" ] } ], "host_permissions": [ "https:\/\/github.com\/*" ] }