diff --git a/manifest.json b/manifest.json index 0ef137a5..391efcfa 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,9 @@ "image_thumbnail": "image-small.jpg" }, "categories": ["Desktop", "Mobile", "Server", "Web Monetization", "WebXR"], - "website_url": "", - "twitter_handle": "" -} \ No newline at end of file + "user" : { + "name": "optional", + "website": "optional", + "twitter": "optional" + } +}