{
    "name": "Lending Tracker",
    "short_name": "LendingTracker",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0078d7",
    "icons": [
        {
            "src": "logo-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "logo-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "homepage.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Lending Tracker Home Page"
        },
        {
            "src": "settings.png",
            "sizes": "800x600",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Settings view"
        }
    ],
    "dir": "ltr",
    "lang": "en",
    "orientation": "natural",
    "display_override": [
        "fullscreen",
        "window-controls-overlay"
    ],
    "prefer_related_applications": false,
    "categories": [
        "utilities"
    ],
    "id": "7e9f3c41-9c91-47e3-95ae-b9d0d76597d1",
    "description": "Track your tools and toys with lending tracker.  Add items and borrowers so you never loose track of tools you lend.  Facilitate quick and and easy email communication from the app.",
    "shortcuts": [
        {
            "name": "Items",
            "url": "/items",
            "description": "Your items"
        }
    ]
}