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": "Nav to github issue", "version": "1.0", "description": "Quickly jump to GitHub issues by typing 'i <issue_number>'. Set up your github organization and repo name in options first.", "icons": { "16": "icons\/travel.png", "48": "icons\/travel.png", "128": "icons\/travel.png" }, "omnibox": { "keyword": "i" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_page": "options.html", "host_permissions": [ "https:\/\/github.com\/*" ] }