From 4069f9ca7eb081bdd450892720281564adb51e1b Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Wed, 18 Dec 2024 18:09:04 -0600 Subject: [PATCH] Add template updates json --- README.md | 10 ++++++++++ updates.json | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 README.md create mode 100644 updates.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a042a6 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/updates.json b/updates.json new file mode 100644 index 0000000..cafcd24 --- /dev/null +++ b/updates.json @@ -0,0 +1,12 @@ +{ + "addons": { + "{abcd1234-1abc-1234-12ab-abcdef123456}": { + "updates": [ + { + "version": "0.1", + "update_link": "" + } + ] + } + } + } \ No newline at end of file