metronome/manifest.webmanifest
Me Here 5ab2096fc4 PolyMeter — slim main: landing chooser + mobile app + notation editor
Clean, dependency-light front page. Only three things ship here:
- index.html  — two-button landing: Mobile -> mobile.html, Desktop -> pm_e-2.html
- mobile.html — touch-first PWA (+ mobile-sessions.html practice journal)
- pm_e-2.html — engraved-notation editor

build.sh/deploy.sh trimmed to just these; deploy mirrors dist/ to the web root
with rsync --delete. README/CLAUDE.md rewritten for the slim scope.

The full project (PM_E-1 editor, embeddable widget, all hardware form-factor
pages, Pico firmware editions, the Rust port, and the KiCad/SPICE hardware
design) is preserved on the `concepts` branch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 11:44:45 -05:00

18 lines
678 B
JSON

{
"name": "VARASYS PolyMeter",
"short_name": "PolyMeter",
"description": "Polymetric groove-trainer & metronome — touch-first, full-screen.",
"id": "/mobile.html",
"start_url": "/mobile.html?standalone=1",
"scope": "/mobile",
"display": "standalone",
"display_override": ["standalone", "fullscreen"],
"orientation": "any",
"background_color": "#05070a",
"theme_color": "#0b0d11",
"categories": ["music", "productivity", "utilities"],
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}