Add new paywalled features, polish, and favicon

New subscriptions: Like ($0.25, does nothing), HD Audio (removes
low-pass filter from synth), Recently Played (shows current song),
Cancellation Processing ($4.99 to unsubscribe).

Polish: welcome banner fades out smoothly, exit ad plays an
annoying jingle via Tone.js, 64kbps Suffering Quality badge
shown when HD Audio not purchased, favicon added.

Moved og-card.svg source to tools/ (not needed in public/).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-18 09:06:36 +01:00
commit 5ba61db478
6 changed files with 46 additions and 5 deletions

5
tools/favicon.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#0d0d1a"/>
<text x="32" y="44" text-anchor="middle" font-family="'Arial Black', sans-serif" font-weight="900" font-size="32" fill="#00ee44">$</text>
<circle cx="32" cy="32" r="26" fill="none" stroke="#00ee44" stroke-width="2" opacity="0.3"/>
</svg>

After

Width:  |  Height:  |  Size: 382 B