Changeset 942028f in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/14/2026 04:01:38 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
2b52bfb
Parents:
9b36f45
Message:

app: remove APK/TWA variant — PWA-only install

Robin: only PWA possible, no APK. Removed:

  • src/assets/apk/soundfabrics.apk + src/assets/.well-known/assetlinks.json
  • /.well-known/assetlinks.json route (server.js) — only needed for TWA
  • data-apk-url on the install button (footer.ejs)
  • the 'Option B — APK' branch + Option A/B framing in install-app.js (now PWA-only)

install-app.js?v bump (without cache buster the old version would keep
being served).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r9b36f45 r942028f  
    283283
    284284<!-- Install-app button: detects platform + shows install instructions modal -->
    285 <script src="/assets/js/install-app.js" defer></script>
     285<script src="/assets/js/install-app.js?v=2" defer></script>
    286286
    287287<!-- Service Worker registration -->
Note: See TracChangeset for help on using the changeset viewer.