Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 815 Bytes

index.json-manifest.md

File metadata and controls

35 lines (21 loc) · 815 Bytes

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.

{% hint style="info" %} Note: the manifest schema is still under development and may change. {% endhint %}

An example manifest:

{
  "title": "My Hyper Website",
  "description": "An example hyperdrive"
}

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

A string specifying the Content-Security Policy header to use in all drive resources.