Skip to content

Commit

Permalink
Merge pull request #895 from IndexCoop/task/update-manifest
Browse files Browse the repository at this point in the history
feat: update manifest
  • Loading branch information
janndriessen authored Oct 18, 2023
2 parents 08792f2 + c59188c commit 3880e44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
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

0 comments on commit 3880e44

Please sign in to comment.