A social knowledge tool for researchers built on ATProto

Revert "pwa scope to /url"

This reverts commit ae0a7fd813f58cb0f045277f736411126044dcc7.

+1 -1
+1 -1
src/webapp/app/manifest.ts
··· 7 7 short_name: 'Semble', 8 8 description: 'A social knowledge network for researchers', 9 9 start_url: '/home', 10 - scope: '/url', 10 + scope: '/', 11 11 display: 'standalone', 12 12 background_color: '#ffffff', 13 13 theme_color: theme.colors?.orange?.[6],