manifest.json 301 B

1234567891011121314
  1. {
  2. "name": "Mastodon",
  3. "description": "Mastodon is a free, open-source social network server.",
  4. "icons": [
  5. {
  6. "src": "\/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image\/png"
  9. }
  10. ],
  11. "theme_color": "#282c37",
  12. "display": "standalone",
  13. "start_url": "/web/timelines/home"
  14. }