made it a bit more understandable

This commit is contained in:
thom 2025-07-04 18:35:49 +00:00
parent 6fb14362a3
commit 89f7b150e7

View File

@ -4,6 +4,8 @@
This is the source code to the WiiMart extension, which allows you to navigate WiiMart (not wiimart.org) This is the source code to the WiiMart extension, which allows you to navigate WiiMart (not wiimart.org)
<br>
## Contents ## Contents
* `/audio` Contains the audio for both the bgm and the sound effecs * `/audio` Contains the audio for both the bgm and the sound effecs
* `/fonts` Contains the only font, the Wii Shop Font * `/fonts` Contains the only font, the Wii Shop Font
@ -12,11 +14,17 @@ This is the source code to the WiiMart extension, which allows you to navigate W
## How to use ## How to use
1. Download the [latest code](https://wiilab.wiimart.org/wiimart/wiimart-extension/-/archive/main/wiimart-extension-main.zip) and extract that zip somewhere safe that you will remember 1. Download the [latest code](https://wiilab.wiimart.org/wiimart/wiimart-extension/-/archive/main/wiimart-extension-main.zip) and extract that zip somewhere safe that you will remember
### On Chrome: ### On Chrome:
1. Go to your extensions and click `Manage extensions` 2. Rename `manifest-chrome.json` to `manifest.json`
2. Enable `Developer Mode` it should be at the top right of the screen 3. Go to your extensions and click `Manage extensions`
3. Click `Load Unpacked` and go to the folder of the code that you extracted 4. Enable `Developer Mode` it should be at the top right of the screen
4. Go to [WiiMart's Shop](https://oss-auth.thecheese.io/oss/serv/index.jsp) and enjoy 5. Click `Load Unpacked` and go to the folder of the code that you extracted
6. Go to [WiiMart's Shop](https://oss-auth.thecheese.io/oss/serv/index.jsp) and enjoy
### On Firefox: ### On Firefox:
1. 2. Rename `manifest-firefox.json` to `manifest.json`
3. Go to your extensions and click `Manage extensions`
4. Click the cogwheel and click `Debug Add-ons`
5. Click on `Load Temporary Add-on…` and select the manifest.json
6. Go to [WiiMart's Shop](https://oss-auth.thecheese.io/oss/serv/index.jsp) and enjoy
*The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org* *The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*