By: First+Third
Inspect and view changes in Github Repo Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Github Repo Search",
"description": "Quickly access your Github repos from your browser omnibox",
"manifest_version": 2,
"version": "2.4.0",
"short_name": "GitHub Repos",
"icons": {
"16": "icons/icon.svg",
"48": "icons/icon.svg",
"128": "icons/icon.svg"
},
"homepage_url": "https://firstandthird.com/opensource/github-repo-search",
"author": "First+Third <code@firstandthird.com> (http://firstandthird.com/)",
"permissions": [
"alarms",
"storage",
"notifications",
"https://api.github.com/user/repos"
],
"applications": {
"gecko": {
"id": "ghreposearch@firstandthird.com",
"strict_min_version": "72.0"
}
},
"browser_action": {
"default_icon": {
"32": "icons/icon.svg"
},
"default_title": "GitHub Repo Search",
"default_popup": "src/popup/index.html"
},
"omnibox": {
"keyword": "gh"
},
"background": {
"scripts": [
"src/background/background.js"
]
},
"options_ui": {
"page": "src/options/options.html",
"open_in_tab": false
}
} Best Github Repo Search Alternatives
Here are some Firefox add-ons that are similar to Github Repo Search: