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 Cloner", "description": "Clone GitHub issues to other repositories", "version": "0.2", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/api.github.com\/*" ], "icons": { "16": "issue-cloner.png", "32": "issue-cloner.png", "48": "issue-cloner.png", "128": "issue-cloner.png" }, "permissions": [] }