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 Issue\/PR Navigator", "version": "1.3", "description": "Navigate GitHub issues and PRs using arrow keys", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/issues", "*:\/\/github.com\/*\/issues", "*:\/\/github.com\/pulls", "*:\/\/github.com\/*\/pulls" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "icons": { "36": "icon36.png", "128": "icon128.png" } }