Creates a valid AppMetadata.
const metadata = app({ name: 'XYZ', description: 'The next big thing', logo: 'lens://bafybeigdyrzt5sfp7udm7hu76u…', developer: 'John Doe <john.does@email.com>', url: 'https://example.com', termsOfService: 'https://example.com/terms', privacyPolicy: 'https://example.com/privacy', platforms: ['web', 'ios', 'android'],}); Copy
const metadata = app({ name: 'XYZ', description: 'The next big thing', logo: 'lens://bafybeigdyrzt5sfp7udm7hu76u…', developer: 'John Doe <john.does@email.com>', url: 'https://example.com', termsOfService: 'https://example.com/terms', privacyPolicy: 'https://example.com/privacy', platforms: ['web', 'ios', 'android'],});
Use your IDE suggestions for an enhanced development experience
Creates a valid AppMetadata.