﻿{
  "name": "PetOS — Sistema de Pet Shop",
  "short_name": "PetOS",
  "description": "Pet shop, banho, tosa e veterinário organizados",
  "start_url": "./petos.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2EDE3",
  "theme_color": "#21302B",
  "icons": [
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ]
}