photoprism/internal/pwa/categories.go
Michael Mayer 826addb4c1 PWA: Create manifest.json in code without using a template #3181
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-02-10 15:53:01 +01:00

9 lines
171 B
Go

package pwa
import (
"github.com/photoprism/photoprism/pkg/list"
)
// Categories specifies the default web app manifest categories.
var Categories = list.List{"photo"}