Skip to content
Snippets Groups Projects
Select Git revision
  • 8fa45abe767341243d1fb2c597bf588ee5a1ac5f
  • main default protected
  • solution
3 results

manifest.json

Blame
  • manifest.json 567 B
    {
      "short_name": "Dynamic Programming",
      "name": "Dynamic Programming in Class",
      "description": "Starter code for the class on dynamic programming.",
      "icons": [
        {
          "src": "logo.svg",
          "type": "image/svg+xml",
          "sizes": "192x192 512x512",
          "purpose": "any maskable"
        },
        {
          "src": "logo.png",
          "type": "image/png",
          "sizes": "512x512",
          "purpose": "any maskable"
        }
      ],
      "start_url": ".",
      "display": "standalone",
      "orientation": "portrait",
      "theme_color": "#d00000",
      "background_color": "#ffffff"
    }