Skip to content
manifest.json 545 B
Newer Older
wangqinghua's avatar
wangqinghua committed
{
wangqinghua's avatar
wangqinghua committed
  "name": "部机关党建云(测试)",
  "short_name": "部机关党建云(测试)",
wangqinghua's avatar
wangqinghua committed
  "description": "Description of your app from template",
  "start_url": "index.html",
  "scope": "index.html",
  "icons": [
    {
      "src": "img/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/splash.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "default_locale": "en",
  "display": "standalone",
  "background_color": "#FFF",
  "theme_color": "#000",
  "orientation": "landscape"
}