{
  "id": "allflow-notes-pwa",
  "name": "Allflow Notes",
  "short_name": "Allflow Notes",
  "description": "Your AI-powered second brain.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "tabbed",
    "standalone",
    "window-controls-overlay"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New Note",
      "description": "Create a new note quickly",
      "url": "/?action=new-note",
      "icons": [
        {
          "src": "/icon-192x192-v2.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384x384-v2.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "iarc_rating_id": "e58c1f7a-81cd-431d-b98d-992e1645df9a",
  "widgets": [
    {
      "name": "Allflow Notes",
      "description": "Quick access to your notes",
      "tag": "allflow-widget",
      "template": "allflow-widget-template",
      "ms_ac_template": "allflow-widget.json",
      "data": "allflow-widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "https://picsum.photos/seed/allflow/512/512",
          "sizes": "512x512",
          "type": "image/jpeg",
          "label": "Widget Screenshot"
        }
      ],
      "icons": [
        {
          "src": "/icon-192x192-v2.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "scope_extensions": [
    {
      "origin": "https://*.allflow.app"
    },
    {
      "origin": "https://allflow.app"
    }
  ],
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/?action=open-file",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+allflow",
      "url": "/?url=%s"
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "note_taking": {
    "new_note_url": "/?action=new-note"
  },
  "screenshots": [
    {
      "src": "https://picsum.photos/seed/allflow-mobile/1284/2778",
      "sizes": "1284x2778",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Allflow Notes Mobile Large"
    },
    {
      "src": "https://picsum.photos/seed/allflow-mobile-2/1170/2532",
      "sizes": "1170x2532",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Allflow Notes Mobile"
    },
    {
      "src": "https://picsum.photos/seed/allflow-desktop/1920/1080",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Allflow Notes Desktop View"
    }
  ]
}
