Add template updates json
This commit is contained in:
parent
20777e8197
commit
4069f9ca7e
2 changed files with 22 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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
12
updates.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"addons": {
|
||||
"{abcd1234-1abc-1234-12ab-abcdef123456}": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "0.1",
|
||||
"update_link": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue