{ "id": "/", "name": "Meu Lucro", "short_name": "Meu Lucro", "description": "Controle de vendas, recebimentos e financeiro para autônomos e pequenos negócios.", "start_url": "/pwa-start.html?v=60", "scope": "/", "display": "standalone", "display_override": [ "window-controls-overlay", "standalone" ], "orientation": "any", "background_color": "#FFFFFF", "theme_color": "#2747B8", "icons": [ { "src": "/icons/icon-192.png?v=60", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png?v=60", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-maskable-512.png?v=60", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Nova venda", "short_name": "Nova venda", "description": "Registrar uma nova venda", "url": "/vendas/nova?shortcut=1", "icons": [ { "src": "/icons/shortcut-sale-96.png?v=60", "sizes": "96x96", "type": "image/png" } ] }, { "name": "A receber", "short_name": "A receber", "description": "Abrir contas a receber", "url": "/receber?shortcut=1", "icons": [ { "src": "/icons/shortcut-receive-96.png?v=60", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Clientes", "short_name": "Clientes", "description": "Abrir clientes", "url": "/clientes?shortcut=1", "icons": [ { "src": "/icons/shortcut-customers-96.png?v=60", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Produtos e Serviços", "short_name": "Produtos", "description": "Abrir produtos e serviços", "url": "/produtos?shortcut=1", "icons": [ { "src": "/icons/shortcut-catalog-96.png?v=60", "sizes": "96x96", "type": "image/png" } ] } ] }