{
    "name": "aRatings",
    "short_name": "aRatings",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F44336",
    "theme_color": "#000000",
    "scope": ".",
    "orientation": "any",
"description": "aRatings is a web app designed to help users quickly access third-party analyst ratings for stocks by providing direct links to various analyst websites.",
"categories": ["finance", "investment", "stocks", "analyst ratings"],

    "icons": [
        {
            "src": "./img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
	    "screenshots": [
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
      ]
}