Skip to content

✨ Add manifest.json for PWA support #8

Description

@fusion94

Description

A web app manifest enables PWA features including 'Add to Home Screen' on mobile, custom app icons, and splash screens. Currently missing from the site.

Implementation

Create manifest.json:

{
  "name": "Collectors Playbook",
  "short_name": "CP Cards",
  "description": "Premium sports cards marketplace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1B2951",
  "theme_color": "#F4B643",
  "icons": [...]
}

Add to all pages:

<link rel="manifest" href="/manifest.json">

Acceptance Criteria

  • manifest.json created with brand colors and icons
  • Linked from all HTML pages
  • Passes Chrome PWA audit

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions