-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (80 loc) · 5.71 KB
/
index.html
File metadata and controls
94 lines (80 loc) · 5.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/pwa opning/SHOP.png" />
<link rel="shortcut icon" href="/pwa opning/SHOP.png" />
<link rel="apple-touch-icon" href="/pwa opning/SHOP.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- PWA Meta Tags -->
<meta name="application-name" content="Shopsynk">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Shopsynk">
<meta name="description" content="AI-powered supplier management with smart expense parsing and mobile-first design - Version 1.4.6">
<meta name="keywords" content="shopsynk, management, business management, dues tracking, payment management, vendor management, business accounting, supplier dues, payment tracking, business finance, inventory management, supplier relationship, business dashboard, financial management, invoice tracking, business analytics, supplier database, payment reminders, business reports, transaction management, business administration, personal spends, expense tracking, personal expenses, spend management, personal finance, expense management, spending habits, expense reports, personal budgeting, spend analytics, spend categories, expense categories, personal money tracking, AI expense parsing, natural language processing, smart spend input, mobile responsive, by yash patil, version 1.4.6">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#F59E0B">
<!-- PWA Splash Screen for iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Splash Screen Images for different iOS devices -->
<link rel="apple-touch-startup-image" href="/splash/splash-640x1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/splash/splash-750x1334.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/splash/splash-828x1792.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/splash/splash-1125x2436.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/splash/splash-828x1792.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/splash/splash-1125x2436.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<!-- Desktop PWA Splash -->
<meta name="msapplication-TileImage" content="/splash/splash-640x1136.png">
<meta name="msapplication-TileColor" content="#FEF3C7">
<!-- Google Adsence -->
<meta name="google-site-verification" content="yG9AaChzRKi3G2al7plFbKBCNFnLNAOWL9QvXGIIY_o" />
<!-- Apple Touch Icons -->
<link rel="apple-touch-icon" href="/pwa opning/SHOP.png">
<link rel="apple-touch-icon" sizes="152x152" href="/pwa opning/SHOP.png">
<link rel="apple-touch-icon" sizes="180x180" href="/pwa opning/SHOP.png">
<!-- Android Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.svg">
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Microsoft Tiles -->
<meta name="msapplication-TileColor" content="#2563eb">
<meta name="msapplication-tap-highlight" content="no">
<!-- Open Graph / Social Media -->
<meta property="og:title" content="Shopsynk v1.4.6 - AI Smart Spend Parsing & Mobile Responsive">
<meta property="og:description" content="AI-powered supplier management with smart expense parsing and mobile-first design - Version 1.4.6">
<meta property="og:image" content="/pwa opning/SHOP.png">
<meta property="og:url" content="https://shopsynk.netlify.app">
<meta property="og:type" content="website">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Shopsynk v1.4.6 - AI Smart Spend Parsing & Mobile Responsive">
<meta name="twitter:description" content="AI-powered supplier management with smart expense parsing and mobile-first design - Version 1.4.6">
<meta name="twitter:image" content="/pwa opning/SHOP.png">
<title>Shopsynk - The Money management Application</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- PWA Installation Script -->
<script>
// Register service worker
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw.js')
.then((registration) => {
console.log('SW registered: ', registration)
})
.catch((registrationError) => {
console.log('SW registration failed: ', registrationError)
})
})
}
</script>
</body>
</html>