Index.json Manifest
Every hyperdrive has a manifest file at /index.json
. This file is used by the browser to store various kinds of metadata, including the title and description of the drive.
An example manifest:
Manifest schema
.title
A string identifying the title of the drive.
.description
A string providing a description of the drive's contents.
.forkOf
A string identifying the URL of a drive which this drive has forked.
.csp
Last updated
Was this helpful?