123456789101112131415161718192021 |
- {
- "name": "MeeChat",
- "short_name": "MeeChat 基于区块链的聊天社区",
- "description": "ETH/EOS账户登录,区块链免费的匿名加密聊天服务商,MeeChat链接项目方与投资人,努力繁荣区块链及Dapp生态圈。",
- "icons": [
- {
- "src": "./img/icons/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "./img/icons/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "start_url": "./index.html",
- "display": "standalone",
- "background_color": "#fff",
- "theme_color": "#F3F3F3"
- }
|