manifest.json

 avatar
unknown
json
13 days ago
1.1 kB
3
Indexable
{
      "name": "Aerother Pro",
        "short_name": "Aerother",
          "description": "Premium Weather App created by Adil Shah Alam",
            "start_url": "./",
              "display": "standalone",
                "orientation": "portrait",
                  "theme_color": "#00b894",
                    "background_color": "#0f172a",
                      "scope": "./",
                        "icons": [
                                {
                                          "src": "icon-192.png",
                                                "sizes": "192x192",
                                                      "type": "image/png"
                                },
                                    {
                                              "src": "icon-512.png",
                                                    "sizes": "512x512",
                                                          "type": "image/png"
                                    }
                        ]
}
                                    }
                                }
                        ]
}
Editor is loading...
Leave a Comment