update manifest
Deploy app frontend / app frontend (push) Successful in 1m39s

This commit is contained in:
2024-12-05 13:20:25 +02:00
parent ddcda323a1
commit 463ad35737
10 changed files with 260 additions and 15 deletions
@@ -17,7 +17,7 @@
</template>
<script setup lang="ts">
import { computed, defineProps } from 'vue'
import { computed } from 'vue'
import type { QRCodeDocument } from '@hereconnect/types'
const props = defineProps<{
+27
View File
@@ -0,0 +1,27 @@
{
"short_name": "НаСвязи",
"id": "hereconnect",
"start_url": "/manage/dashboard",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"gcm_sender_id": "822536580006",
"categories": [
"communication",
"utilities",
"social",
"productivity"
],
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}