MediaWiki:Main-manifest.json

From Visual Data Wiki
Revision as of 20:54, 4 March 2024 by Uschuetzenmeister (talk | contribs) (Uschuetzenmeister changed the content model of the page MediaWiki:Main-manifest.json from "JSON" to "plain text")
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
{
    "id": "main",
    "short-name": "WebMo",
    "name": "WebMo",
    "description": "The software for projects with impact.",
    "start_url": "/wiki/mainpage?pwa-id=main",
    "background_color": "#ffffff",
    "theme_color": "#eaecf0",
    "scope": "/",
    "icons": [
        {
            "src": "https://vdwiki.idea-sketch.com/images/icons/192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "https://vdwiki.idea-sketch.com/images/icons/512.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "https://vdwiki.idea-sketch.com/images/icons/1024.png",
            "type": "image/png",
            "sizes": "1024x1024"
        }
    ],
    "lang": "en",
    "categories": [
        "development cooperation"
    ]
}