Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update manifest #895

Merged
merged 6 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const nextConfig = {
{
protocol: 'https',
hostname: 'assets.coingecko.com',
port: '',
},
],
},
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Index",
"name": "Index App",
"description": "Swap or FlashMint all products of the Index Coop.",
"short_name": "Index Coop",
"name": "Index Coop",
"description": "Buy clever index, yield and leverage products from Index Coop without leaving the Safe app.",
"homepage_url": "https://app.indexcoop.com",
"start_url": ".",
"display": "standalone",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Providers } from './providers'
// For images just place the appropriate image file in this folder.
// https://nextjs.org/docs/app/api-reference/file-conventions/metadata/opengraph-image#image-files-jpg-png-gif
export const metadata = {
manifest: 'https://app.indexcoop.com/manifest.json',
manifest: '/manifest.json',
themeColor: '#000000',
title: 'Index App | Buy & Sell Our Tokens',
description:
Expand Down