Oppretter frontend/ med SvelteKit, TypeScript, TailwindCSS v4 og adapter-node. PWA-manifest med SVG-ikon. Vite proxy til api.sidelinja.org for lokal utvikling med HMR. Oppdaterer docs/setup/lokal.md med riktige stier (frontend/ og maskinrommet/ i stedet for web/ og rust/). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "Synops",
|
|
"short_name": "Synops",
|
|
"description": "Plattform for redaksjonelt arbeid og podcast-produksjon",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f9fafb",
|
|
"theme_color": "#111827",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|