By: pajecawav
Inspect and view changes in Github Lines of Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"$schema": "https://json.schemastore.org/webextension.json",
"name": "Github Lines of Code",
"description": "Display lines of code in a Github repository",
"version": "1.1.0",
"manifest_version": 2,
"permissions": [
"storage",
"https://github.com/*",
"https://ghloc.ifels.dev/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"index.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{dd48306e-823f-4c70-902a-c7612f8c14fc}"
}
}
} Best Github Lines of Code Alternatives
Here are some Firefox add-ons that are similar to Github Lines of Code: