manifest_pc.json 544 B

1234567891011121314151617181920
  1. {
  2. "short_name": "MeeChat[本地]",
  3. "name": "MeeChat[本地]",
  4. "description": "基于区块链,免费匿名加密的聊天服务商,努力繁荣区块链及Dapp生态圈",
  5. "icons": [
  6. {
  7. "src": "/img/icons/meechat_icon.png",
  8. "sizes": "512x512",
  9. "type": "image/png"
  10. }
  11. ],
  12. "start_url": "/pc.html?pwa=1",
  13. "scope": "/",
  14. "display": "standalone",
  15. "orientation": "portrait",
  16. "background_color": "#ffffff",
  17. "theme_color": "#2d2f34",
  18. "related_applications": [],
  19. "prefer_related_applications": false
  20. }