{
  "name": "NoteStudio",
  "short_name": "NoteStudio",
  "description": "A beautifully crafted, offline-first notes app with rich text editor, multiple themes, and full offline support.",
  "lang": "en",
  "id": "/NoteStudio/",
  "start_url": "/NoteStudio/",
  "scope": "/NoteStudio/",
  "display": "standalone",

  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui"
  ],

  "tab_strip": {
    "home_tab": {
      "url": "/NoteStudio/"
    },
    "new_tab_button": {
      "url": "/NoteStudio/?new=1"
    }
  },

  "orientation": "any",
  "background_color": "#0f0a1e",
  "theme_color": "#0f0a1e",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,

  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://gabrielbogdan5.github.io/NoteStudio/manifest.json",
      "id": "io.github.gabrielbogdan5.notestudio"
    }
  ],

  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },

  "handle_links": "preferred",

  "scope_extensions": [
    { "origin": "https://gabrielbogdan5.github.io" }
  ],

  "share_target": {
    "action": "/NoteStudio/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "file_handlers": [
    {
      "action": "/NoteStudio/",
      "accept": {
        "text/plain": [".txt"],
        "text/html": [".html", ".htm"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+notestudio",
      "url": "/NoteStudio/?note=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NoteStudio on desktop"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NoteStudio on mobile"
    }
  ],

  "note_taking": {
    "new_note_url": "/NoteStudio/"
  },

  "widgets": [
    {
      "name": "Quick Note",
      "short_name": "Note",
      "description": "Create a new note instantly from your desktop.",
      "tag": "quick-note",
      "url": "/NoteStudio/?new=1",
      "type": "text/html",
      "auth": false,
      "multiple": false,
      "icons": [
        {
          "src": "icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
