SPB Git

spb/drive Public

SPB Drive — self-hosted personal cloud drive (files, previews, sharing) on the MacLustr cluster.

JavaScript 82.7% CSS 10.6% Nunjucks 3.6% Shell 1.8% SQL 1.3%
811 B · 29 lines
Raw Blame History
1{2  "_comment": "SPB Drive \u2014 Personal Cloud Drive | Author: Simon-Pierre Boucher | Contact: contact@spboucher.ai | File: src/web/assets/manifest.webmanifest | License: MIT (c) Simon-Pierre Boucher",3  "name": "SPB Drive",4  "short_name": "SPB Drive",5  "description": "Personal cloud drive of Simon-Pierre Boucher",6  "start_url": "/app",7  "display": "standalone",8  "background_color": "#f6f5f1",9  "theme_color": "#f6f5f1",10  "icons": [11    {12      "src": "/assets/favicon.svg",13      "sizes": "any",14      "type": "image/svg+xml",15      "purpose": "any"16    },17    {18      "src": "/assets/icon-192.png",19      "sizes": "192x192",20      "type": "image/png"21    },22    {23      "src": "/assets/icon-512.png",24      "sizes": "512x512",25      "type": "image/png",26      "purpose": "any maskable"27    }28  ]29}