{
  "id": "/",
  "name": "Stamped",
  "short_name": "Stamped",
  "description": "Your perfect notes, lyrics, and chords manager.",
  "start_url": "./index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1c1e22",
  "theme_color": "#1c1e22",
  "icons": [
    {
      "src": "uploads/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "uploads/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "uploads/screenshot-1.png",
      "sizes": "337x751",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Note",
      "short_name": "Add",
      "description": "Create a new note, lyric or chord sheet",
      "url": "./index.php?url=notes/add",
      "icons": [{ "src": "uploads/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "View your favorite notes",
      "url": "./index.php?url=notes/favorites",
      "icons": [{ "src": "uploads/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/notes/add",
      "accept": {
        "text/plain": [".txt"],
        "application/xml": [".musicxml", ".xml"]
      }
    }
  ],
  "iarc_rating_id": "e58c174a-cf20-4966-8800-4b2182069b2a",
  "scope_extensions": [
    { "origin": "https://*.stamped.app" }
  ],
  "lang": "en",
  "dir": "ltr",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "note_taking": {
    "new_note_url": "./index.php?url=notes/add"
  },
  "share_target": {
    "action": "./index.php?url=notes/add",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "content",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+stamped",
      "url": "./index.php?url=notes/show/%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "widgets": [
    {
      "name": "Favorite Notes",
      "description": "Quick access to your favorites",
      "tag": "favorites-widget",
      "template": "widget-template",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json",
      "screenshots": [{ "src": "uploads/icon-512.png", "sizes": "512x512", "type": "image/png" }],
      "icons": [{ "src": "uploads/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "orientation": "any",
  "categories": ["productivity", "music"]
}
