From 3827fc462f2f2fe48a01511925498d552018a0e3 Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:50:29 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 390ff5e8..202f9370 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ ![Logo](https://raw.githubusercontent.com/SethBurkart123/EvenBetterSEQTA/master/public/icons/betterseqta-light-full.png#gh-dark-mode-only) ![Logo](https://raw.githubusercontent.com/SethBurkart123/EvenBetterSEQTA/master/public/icons/betterseqta-dark-full.png#gh-light-mode-only) -# BetterSEQTA+ +

+ A beautiful 🤩 Chrome Extension that adds additional features and gives an overall better experience for [SEQTA Learn](https://seqta.com.au/). **Currently looking for contributors** 🔥 +

-Forking the BetterSEQTA project to add extra functionality -Looking for contributors! +

+ ChromeDownload +

## Table of contents @@ -29,7 +32,8 @@ Looking for contributors! - Edge Supported - Brave Supported - Opera Supported - - Firefox (currently not supported, plans for it in future though) + - Firefox (currently not supported, plans for it in future though [manifest v3 problems]) + - Safari (Experimental) ## Getting started @@ -46,11 +50,7 @@ npm install ``` OR ``` -pnpm install -``` -OR -``` -yarn install +bun install ``` 3. Run the dev script (it updates as you save files) @@ -60,11 +60,7 @@ npm run dev ``` OR ``` -pnpm dev -``` -OR -``` -yarn dev +bun run dev ``` ## Folder Structure @@ -77,6 +73,8 @@ The folder structure is as follows: - The `build` folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development. +- The `safari` folder is an Xcode project, building it for MacOS does work, IOS needs a few modifications to the manifest to work, but I have managed to get it working (but because of the styling not being designed for phone, its basically useless for now). + ## Contributing If you would like to contribute to this project, please read the [contributing guidelines](CONTRIBUTING.md). From dc721669a4bf03a40f43b62170c29a99fe9a35b6 Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:39:05 +0000 Subject: [PATCH 2/2] Fix chrome README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 202f9370..95752f8e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- ChromeDownload + ChromeDownload

## Table of contents