{
  "name": "Forge — Build BSV Apps with AI",
  "short_name": "Forge",
  "description": "Build, preview, and publish BSV-powered Metanet apps with AI.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0a0a0a",
  "background_color": "#0a0a0a",
  "icons": [
    {
      "src": "/forge-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "metanet": {
    "schemaVersion": 1,
    "groupPermissions": {
      "description": "Publish your Forge projects to the Metanet Apps catalog",
      "protocolPermissions": [
        {
          "protocolID": [1, "identity key retrieval"],
          "description": "Identify you as the app publisher"
        },
        {
          "protocolID": [1, "metanet apps"],
          "description": "Create or update your Metanet Apps listing"
        }
      ],
      "basketAccess": [],
      "certificateAccess": [],
      "spendingAuthorization": {
        "amount": 10000,
        "description": "Publish app catalog listings"
      }
    }
  }
}
