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, "name": "GitHub Repository Downloader", "version": "1.0.0", "description": "Download GitHub repositories as formatted markdown files for easy viewing and sharing", "icons": { "16": "icons\/img16.png", "48": "icons\/img48.png", "128": "icons\/img128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/img16.png", "48": "icons\/img48.png", "128": "icons\/img128.png" } }, "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/raw.githubusercontent.com\/*" ] }