Report: Manifest JSON
We are checking if the /manifest.json file is present and if it is valid on the SMM Panels Website
The manifest.json file is a JSON file that is used to define the website's appearance and behavior in the browser. It is a good way to control the appearance of your website and to prevent search engines from indexing pages that are not relevant to your business. The file must be placed in the root directory of your website and should be accessible via HTTP/HTTPS.
Recommendations
- Add the manifest.json to the root of your website
Common issues
- The manifest.json file is not present
- The manifest.json file is present but invalid JSON
- The manifest.json file is present but the icons are not valid
Manifest example
Manifest example description
{
"name": "My Website",
"short_name": "My Website",
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000"
}