{
  "name": "ISM - Indie School of Music | Music Production Training",
  "short_name": "ISM",
  "description": "Premier educational institution for music production training and artist development in partnership with 5th Dimension Records in Indore.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "any",
  "id": "/",
  "scope": "/",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "music", "audio", "production"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/images/ism-logo/favicon-16x16.webp",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/ism-logo/favicon-32x32.webp",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/ism-logo/favicon-192x192.webp",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/ism-logo/favicon-512x512.webp",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/ism-logo/maskable-192x192.webp",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/ism-logo/maskable-512x512.webp",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/home-desktop.webp",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "ISM Homepage on Desktop"
    },
    {
      "src": "/images/screenshots/home-mobile.webp",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "ISM Homepage on Mobile"
    },
    {
      "src": "/images/screenshots/course-desktop.webp",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Music Production Course on Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Music Production Courses",
      "short_name": "Courses",
      "description": "View our music production courses",
      "url": "/courses/",
      "icons": [{ "src": "/images/ism-logo/courses-icon-96x96.webp", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our team",
      "url": "/#contact",
      "icons": [{ "src": "/images/ism-logo/contact-icon-96x96.webp", "sizes": "96x96" }]
    }
  ],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "use_cache": true
  },
  "share_target": {
    "action": "/share-target/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}