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 issue branch name generator", "description": "Create a clean issue branch name for you in one click", "version": "1.3", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/github.com\/*" ] }