<IfModule mod_mime.c>
  AddType application/manifest+json .webmanifest
</IfModule>

<IfModule mod_headers.c>
  <FilesMatch "^(index\.php|manifest\.webmanifest|sw\.js)$">
    Header set Cache-Control "no-cache"
  </FilesMatch>
</IfModule>
