Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-06-19 16:11:31 +00:00
committed by GitHub
parent a1a4c47794
commit c954348ad1
13 changed files with 12 additions and 246 deletions

View File

@@ -2,9 +2,9 @@ import type { MetadataRoute } from 'next'
export default function manifest(): MetadataRoute.Manifest {
return {
name: 'Offbrand Spotify',
name: 'mice',
short_name: 'Offbrand',
description: 'a very offbrand spotify clone',
description: 'a very mice clone',
start_url: '/',
categories: ["music", "entertainment"],
display_override: ['window-controls-overlay'],