Add template updates json

This commit is contained in:
Michael 2024-12-18 18:09:04 -06:00
parent 20777e8197
commit 4069f9ca7e
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75
2 changed files with 22 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# Github Copilot Blocker
This Firefox Addon makes a best effort attempt to remove Copilot from the most visible spots on https://github.com as well as block Copilot assets from https://github.com and https://github.githubassets.com.
## Installation
1. Download the latest release
2. Open `about:addons`
3. Click the gear next to "Manage Your Extensions"
4. Click "Install Add-on from File"
5. Find and open the release .xpi

12
updates.json Normal file
View file

@ -0,0 +1,12 @@
{
"addons": {
"{abcd1234-1abc-1234-12ab-abcdef123456}": {
"updates": [
{
"version": "0.1",
"update_link": ""
}
]
}
}
}