mirror of
https://github.com/FranP-code/wii-shop-extension.git
synced 2025-10-12 23:52:52 +00:00
Update docs, fix typo in background.js
This commit is contained in:
8
CONTRIBUTING.md
Normal file
8
CONTRIBUTING.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Contributing to Wii Shop Channel Music
|
||||||
|
|
||||||
|
The Wii Shop Music extension is intended to be a fun and simple browser extension. With that in mind, there are two main rules for contributing code or submitting issues:
|
||||||
|
|
||||||
|
1. **No major new features.** I have no plans or desire to implement new major features, besides those already listed on the [issues page](https://github.com/corbindavenport/wii-shop-extension/issues).
|
||||||
|
2. **No new music.** The extension already has 10 tracks included, and that will probably be it. The [ability to import custom music](https://github.com/corbindavenport/wii-shop-extension/issues/22) may be implemented in the future.
|
||||||
|
|
||||||
|
Future development on the extension will mainly focus on bug fixes, shopping website additions, and any changes required to keep up with evolving browser standards.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#  Wii Shop Channel Music
|
# Wii Shop Channel Music
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
This is a browser extension that plays the [Wii Shop Channel theme](https://www.youtube.com/watch?v=yyjUmv1gJEg) in the background when you visit a shopping website. You can also select the music from the 3DS eShop, DSi Shop, Wii Shop Banner/Home, Wii U eShop, Mii Channel (Wii or 3DS), and Coconut Mall.
|
This is a browser extension that plays the [Wii Shop Channel theme](https://www.youtube.com/watch?v=yyjUmv1gJEg) in the background when you visit a shopping website. You can also select the music from the 3DS eShop, DSi Shop, Wii Shop Banner/Home, Wii U eShop, Mii Channel (Wii or 3DS), and Coconut Mall.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ if ('mediaSession' in navigator) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Creat audio object
|
// Create audio object
|
||||||
var themeAudio = new Audio()
|
var themeAudio = new Audio()
|
||||||
themeAudio.volume = 0.5
|
themeAudio.volume = 0.5
|
||||||
themeAudio.loop = true
|
themeAudio.loop = true
|
||||||
|
|||||||
Reference in New Issue
Block a user