todo-next

yet another task list webapp, made with Next.js
Log | Files | Refs | README

manifest.json (259B)


      1 {
      2   "name": "Tasks - massi world",
      3   "short_name": "Tasks",
      4   "description": "lists of tasks to do",
      5   "icons": [
      6     {
      7       "src": "/favicon.ico",
      8       "type": "image/x-icon",
      9       "sizes": "any"
     10     }
     11   ],
     12   "display": "standalone",
     13   "start_url": "/"
     14 }