Advertisement
vapvarun

Creating the Manifest

Jan 2nd, 2024
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. {
  2.   "name": "My Awesome App",
  3.   "short_name": "AwesomeApp",
  4.   "start_url": "/",
  5.   "display": "standalone",
  6.   "background_color": "#fff",
  7.   "description": "An awesome app doing awesome things",
  8.   "icons": [{
  9.     "src": "images/icon.png",
  10.     "sizes": "192x192",
  11.     "type": "image/png"
  12.   }]
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement