{
    "short_name": "LitterGuru",
    "name": "LitterGuru",
    "categories": [
        "nature",
        "nurture",
        "environment",
        "non-benefit"
    ],
    "icons": [
        {
            "src": "/images/logo.png",
            "type": "image/png",
            "sizes": "1024x1024"
        },
        {
            "src": "/images/logo-512.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "/images/logo-96.png",
            "type": "image/png",
            "sizes": "96x96"
        }
    ],
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#86bd00",
    "background_color": "#ffffff",
    "description": "A non-profit organization and global community of everyday people, LitterGurus love the sea and its creatures, they want their children and grandchildren to grow up enjoying a clean sea and a green planet in the future.",
    "screenshots": [
        {
            "src": "screenshot1.webp",
            "sizes": "750x1624",
            "type": "image/webp"
        }
    ],
    "shortcuts" : [
        {
          "name": "Profile",
          "url": "/user/profile",
          "description": "User's profile management"
        },
        {
          "name": "Home Analytics",
          "url": "/user/home"
        }
      ]
}