{
    "short_name": "payPod",
    "name": "payPod: Easy Online Invoicing",
    "description": "Quick & Easy Online Invoicing Software",
    "categories": ["business", "finance"],
    "id": "/payPod-app-1.0",
    "scope": "/",
    "start_url": "/dashboard",
    "background_color": "#f3f4f6",
    "theme_color": "#334250",
    "display": "standalone",
    "icons": [
        {
            "sizes": "192x192",
            "src": "/img/icons/pod-192.png",
            "type": "image/png"
        },
        {
            "sizes": "192x192",
            "src": "/img/icons/maskable-pod-192.png",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "sizes": "512x512",
            "src": "/img/icons/pod-512.png",
            "type": "image/png"
        },
        {
            "sizes": "512x512",
            "src": "/img/icons/maskable-pod-512.png",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "sizes": "512x512",
            "src": "/img/icons/pod-512.svg",
            "type": "image/svg"
        }
    ],
     "screenshots": [
        {
         "src": "img/screenshots/1.jpg",
          "sizes": "1080x920",
          "type": "image/jpg",
          "form_factor": "narrow",
          "label": "Accounting"
        },
        {
         "src": "img/screenshots/2.jpg",
          "sizes": "1080x920",
          "type": "image/jpg",
          "form_factor": "narrow",
          "label": "Invocing on the go"
        },
        {
         "src": "img/screenshots/3.jpg",
          "sizes": "1080x920",
          "type": "image/jpg",
          "form_factor": "narrow",
          "label": "Send as email"
        }
    ],
    "shortcuts": [
        {
            "name": "Create an Invoice",
            "short_name": "Invoice",
            "url": "/invoices/create?source=pwa-shortcut",
            "description": "Create an invoice to send to your client directly from payPod.",
            "icons": [
                {
                    "sizes": "192x192",
                    "src": "/img/icons/pod-192.png",
                    "type": "image/png"
                },
                {
                    "sizes": "192x192",
                    "src": "/img/icons/maskable-pod-192.png",
                    "type": "image/png",
                    "purpose": "maskable"
                },
                {
                    "sizes": "512x512",
                    "src": "/img/icons/pod-512.png",
                    "type": "image/png"
                },
                {
                    "sizes": "512x512",
                    "src": "/img/icons/maskable-pod-512.png",
                    "type": "image/png",
                    "purpose": "maskable"
                },
                {
                    "sizes": "512x512",
                    "src": "/img/icons/pod-512.svg",
                    "type": "image/svg"
                }
            ]
        },
        {
            "name": "Create a Quote",
            "short_name": "Quote",
            "url": "/quotes/create?source=pwa-shortcut",
            "description": "Create a quote to send to your client directly from payPod.",
            "icons": [
                {
                    "sizes": "192x192",
                    "src": "/img/icons/pod-192.png",
                    "type": "image/png"
                },
                {
                    "sizes": "192x192",
                    "src": "/img/icons/maskable-pod-192.png",
                    "type": "image/png",
                    "purpose": "maskable"
                },
                {
                    "sizes": "512x512",
                    "src": "/img/icons/pod-512.png",
                    "type": "image/png"
                },
                {
                    "sizes": "512x512",
                    "src": "/img/icons/maskable-pod-512.png",
                    "type": "image/png",
                    "purpose": "maskable"
                },
                {
                    "sizes": "512x512",
                    "src": "/img/icons/pod-512.svg",
                    "type": "image/svg"
                }
            ]
        }
    ]
}
