1+ {
2+ "name" : " S.E.P.I.A. Open Assistant" ,
3+ "short_name" : " S.E.P.I.A." ,
4+ "description" : " S.E.P.I.A. is an app and framework for your own server-based, extendable, private, intelligent assistant." ,
5+ "icons" : [
6+ {
7+ "src" : " ./img/icon.png" ,
8+ "sizes" : " 192x192" ,
9+ "type" : " image/png"
10+ }, {
11+ "src" : " ./img/icon-512.png" ,
12+ "sizes" : " 512x512" ,
13+ "type" : " image/png"
14+ }
15+ ],
16+ "start_url" : " ./index.html?pwa=true" ,
17+ "display" : " standalone" ,
18+ "theme_color" : " #000000" ,
19+ "background_color" : " #000000" ,
20+ "shortcuts" : [
21+ {
22+ "name" : " Always-ON Avatar" ,
23+ "short_name" : " Always-ON" ,
24+ "description" : " Start SEPIA in always-ON avatar mode." ,
25+ "url" : " ./index.html?pwa=true&view=aomode" ,
26+ "icons" : [{ "src" : " ./img/icon.png" , "sizes" : " 192x192" }]
27+ }, {
28+ "name" : " Teach Interface" ,
29+ "short_name" : " Teach-UI" ,
30+ "description" : " Teach SEPIA a new command." ,
31+ "url" : " ./index.html?pwa=true&view=teachui" ,
32+ "icons" : [{ "src" : " ./img/icon.png" , "sizes" : " 192x192" }]
33+ }
34+ ],
35+ "related_applications" : [{
36+ "platform" : " play" ,
37+ "url" : " https://play.google.com/store/apps/details?id=de.bytemind.sepia.app.web"
38+ }],
39+ "prefer_related_applications" : true
40+ }
0 commit comments