spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

manifest.json (1068B)


      1 {
      2     "background_color": "#009bc2",
      3     "categories": ["education"],
      4     "description": "Quizzes you on Spanish vocabulary and verb conjugations",
      5     "display": "fullscreen",
      6     "icons": [
      7         {
      8             "src": "images/favicon-32.png",
      9             "sizes": "32x32"
     10         },
     11         {
     12             "src": "images/favicon-180.png",
     13             "sizes": "180x180"
     14         },
     15         {
     16             "src": "images/favicon-192.png",
     17             "sizes": "192x192"
     18         },
     19         {
     20             "src": "images/favicon-192-maskable.png",
     21             "sizes": "192x192",
     22             "purpose": "maskable"
     23         },
     24         {
     25             "src": "images/favicon-512.png",
     26             "sizes": "512x512"
     27         },
     28         {
     29             "src": "images/favicon-512-maskable.png",
     30             "sizes": "512x512",
     31             "purpose": "maskable"
     32         }
     33     ],
     34     "lang": "en-US",
     35     "name": "Spanish-Quizzer",
     36     "orientation": "portrait",
     37     "scope": "./",
     38     "short_name": "Spanish-Quizzer",
     39     "start_url": "./index.html",
     40     "theme_color": "#009bc2"
     41 }