{
 "name": "Adorabeast Creator",
 "short_name": "Adorabeast",
 "description": "Build your beast! Mix parts, colors, patterns and paint.",
 "start_url": "./index.html",
 "scope": "./",
 "display": "standalone",
 "orientation": "portrait",
 "background_color": "#F4FAFF",
 "theme_color": "#2E8FE8",
 "icons": [
  {
   "src": "icon-192.png",
   "sizes": "192x192",
   "type": "image/png"
  },
  {
   "src": "icon-512.png",
   "sizes": "512x512",
   "type": "image/png"
  },
  {
   "src": "icon-maskable.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ],
 "id": "./",
 "lang": "en",
 "dir": "ltr",
 "categories": [
  "entertainment",
  "kids",
  "games"
 ]
}