Skip to content

Commit

Permalink
Update manifest for scoutgame
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinludu committed Aug 21, 2024
1 parent a018443 commit 8e17732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/scoutgame/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ import type { MetadataRoute } from 'next';
export default function manifest(): MetadataRoute.Manifest {
return {
id: 'scoutgame',
version: '1.0.0',
manifest_version: 3,
name: 'Scout Game - Onchain builder network',
short_name: 'Scout Game',
description: 'Onchain network for connecting web3 developers, projects, organizations',
description: 'Onchain network for connecting web3 delopers, projects, organizations',
start_url: '/',
display: 'standalone',
background_color: '#191919',
Expand Down

0 comments on commit 8e17732

Please sign in to comment.