{
  "name": "Google Play Clone",
  "short_name": "Play Clone",
  "description": "Google Play Store clone editável.",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#ffffff",
  "theme_color": "#01875f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/clone/img/favicon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/clone/img/favicon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "utilities"],
  "prefer_related_applications": false,
  "related_applications": []
}
