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": "GitHop",
"version": "1.65",
"description": "Go to the GitHub URL you are thinking of",
"permissions": [
"history"
],
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": {
"128": "icon128.png"
},
"default_title": "GitHop",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": []
}
}