Skip to content

Commit 06d49fc

Browse files
author
Corey B
committed
feat: add OpenFDD Sandbox PWA (verbose reader + composer), sw.js, manifest.json, Try It links
1 parent 52264d9 commit 06d49fc

4 files changed

Lines changed: 892 additions & 0 deletions

File tree

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h2>The End of the Static PDF</h2>
126126
Our architecture provides documents that are natively human-readable, cryptographically verifiable, and locally persistent without the need for complex infrastructure.
127127
</p>
128128
<a href="https://github.com/Spuds0588/open-fdd" class="button">Read the Specification on GitHub</a>
129+
<a href="./sandbox.html" class="button" style="background:#38bdf8; color:#000; border-color:#38bdf8; margin-left:12px;">▶ Try the Live Sandbox</a>
129130
</section>
130131

131132
<hr>

site/manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "OpenFDD Sandbox",
3+
"short_name": "FDD Sandbox",
4+
"description": "Live .fdd Reader, Verifier, and Composer. Zero dependencies — runs entirely in your browser.",
5+
"start_url": "./sandbox.html",
6+
"display": "standalone",
7+
"background_color": "#0f172a",
8+
"theme_color": "#0f172a",
9+
"icons": [
10+
{
11+
"src": "https://img.shields.io/badge/FDD-Sandbox-38bdf8?style=flat",
12+
"type": "image/svg+xml",
13+
"sizes": "any"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)