vinitshahdeo/50DaysOfJavaScript

Update `manifest.json` for Progressive Web App (PWA) Integration

開放

#14 建立於 2023年9月30日

 (0 則留言) (0 個反應) (0 位負責人)HTML (18 個分叉)auto 404
50DaysOfJavaScriptUI/UXbeginner friendlyenhancementgood first issuehacktoberfesthacktoberfest2023help wanted

倉庫指標

星標
 (32 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Context:

PWAs offer better offline functionality, improved performance, and can be installed on users' devices. Currently, it has a default manifest.json. Let's update it to make relevant PWA configuration.

Proposed Changes:

  • Description: Adding a description field to provide a brief overview of our website.

  • Theme Color: Changing the theme color to match our branding and improve the appearance of the PWA when added to the home screen.

  • Scope: Setting the scope to "/", so the PWA works for all pages of our website.

  • Orientation: Specifying "portrait" as the default orientation to ensure a consistent user experience.

  • Additional Icons: Adding a 512x512 icon for better quality on high-resolution devices.

貢獻者指南