manifest.json 170 B

12345678
  1. {
  2. "name": "追书云",
  3. "short_name": "追书云",
  4. "start_url": "./index.html",
  5. "display": "standalone",
  6. "background_color": "#fff",
  7. "theme_color": "#4DBA87"
  8. }