826addb4c1
Signed-off-by: Michael Mayer <michael@photoprism.app>
8 lines
171 B
Go
8 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"}
|