Skip to content

Add PWA manifest for desktop installation - #1

Draft
hszon with Copilot wants to merge 3 commits into
mainfrom
copilot/add-to-desktop
Draft

Add PWA manifest for desktop installation#1
hszon with Copilot wants to merge 3 commits into
mainfrom
copilot/add-to-desktop

Conversation

Copilot AI commented Jan 26, 2026

Copy link
Copy Markdown

Implements Progressive Web App support to enable browser-native "Install App" functionality.

Changes

Hono Server (__create/index.ts)

  • Added /manifest.json endpoint serving app metadata (name, colors, icons, display mode)

Root Layout (root.tsx)

  • Linked manifest in HTML <head>
  • Added theme-color meta tag for mobile browser chrome

Manifest Configuration

{
  "name": "MINERSME",
  "display": "standalone",
  "theme_color": "#0A0F1C",
  "start_url": "/",
  "icons": [
    {
      "src": "/api/site-icon-v20260111",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}

Users can now install the app from their browser's menu for a native app-like experience without browser UI.

MINERSME application homepage

Original prompt

add to desktop


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel

vercel Bot commented Jan 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
miners-me1 Ready Ready Preview, Comment Jan 26, 2026 11:08pm

Co-authored-by: hszon <116890356+hszon@users.noreply.github.com>
Co-authored-by: hszon <116890356+hszon@users.noreply.github.com>
Copilot AI changed the title [WIP] Add functionality to add items to desktop Add PWA manifest for desktop installation Jan 26, 2026
Copilot AI requested a review from hszon January 26, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants