···1212export const metadata: Metadata = {
1313 title: "Flushes",
1414 description: 'The world\'s first decentralized social media app for sharing the most universal human experience. Post your flushes and connect with other bathroom enjoyers.',
1515+ // Add the custom shortcut-version meta tag
1616+ other: {
1717+ 'shortcut-version': '1.0',
1818+ },
1519 openGraph: {
1620 title: 'Flushes',
1721 description: 'The world\'s first decentralized social media app for sharing the most universal human experience. Post your flushes and connect with other bathroom enjoyers.',
+3-31
app/src/app/shortcut/page.tsx
···1717 <div className={styles.header}>
1818 <h1 className={styles.title}>Apple Shortcut</h1>
1919 <p className={styles.subtitle}>Flush faster or add an NFC sticker to your bathroom for automatic flushing</p>
2020- </div>
2121-2222- <div className={styles.shortcutCard}>
2323- <div className={styles.cardContent}>
2424- <h2>Apple Shortcut</h2>
2525- <p>Add the official Flushes shortcut to your iPhone for quicker posting.</p>
2626- <div className={styles.featureList}>
2727- <div className={styles.feature}>
2828- <span className={styles.icon}>⚡️</span>
2929- <span>Quick access from home screen or action button</span>
3030- </div>
3131- <div className={styles.feature}>
3232- <span className={styles.icon}>🔐</span>
3333- <span>Securely stores your credentials on-device</span>
3434- </div>
3535- <div className={styles.feature}>
3636- <span className={styles.icon}>📱</span>
3737- <span>NFC sticker compatible</span>
3838- </div>
3939- </div>
4040- <button onClick={handleDownload} className={styles.downloadButton}>
2020+ <button onClick={handleDownload} className={styles.downloadButton}>
4121 Download Shortcut
4222 </button>
4343- </div>
4444- <div className={styles.shortcutImage}>
4545- {/* Replace with actual image of your shortcut */}
4646- <div className={styles.placeholderImage}>
4747- <span>📱</span>
4848- </div>
4949- </div>
5050- </div>
5151-5252- <div className={styles.helpSection}>
2323+ <div className={styles.helpSection}>
5324 <h2>Need Help?</h2>
5425 <p>
5526 Check out our <Link href="/about">About page</Link> for more information or
5627 reach out on <a href="https://bsky.app/profile/flushes.app" target="_blank" rel="noopener noreferrer">Bluesky</a>.
5728 </p>
2929+ </div>
5830 </div>
5931 </div>
6032 );