{
  "background_color": "#ffffff",
  "description": "CreatorHub is the perfect app for content creators to plan content, track affiliate links, organize vision boards, and grow their audience. Available on Web and Android.",
  "dir": "ltr",
  "display": "standalone",
  "name": "CreatorHub",
  "orientation": "portrait",
  "scope": "/",
  "short_name": "CreatorHub",
  "start_url": "/",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/logo_transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo_transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "lang": "en",
  "display_override": [
    "tabbed",
    "standalone",
    "window-controls-overlay"
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.creatorhub.app",
      "id": "com.creatorhub.app"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedules",
      "url": "/schedules",
      "description": "View and manage content schedules"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "/screenshot_desktop.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "CreatorHub Desktop Dashboard"
    },
    {
      "src": "/screenshot_mobile.svg",
      "sizes": "720x1280",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "CreatorHub Mobile App"
    }
  ],
  "iarc_rating_id": "86901123-c2b2-4339-b75a-ef4c134c66cd",
  "scope_extensions": [
    {
      "origin": "creatorshubapp.com"
    },
    {
      "origin": "*.creatorshubapp.com"
    }
  ],
  "file_handlers": [
    {
      "action": "/notes",
      "name": "Creator Notes",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+creatorhub",
      "url": "/?uri=%s"
    }
  ],
  "share_target": {
    "action": "/planner",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "CreatorHub Tracker",
      "short_name": "Tracker",
      "description": "View your active content schedule and goal tracker.",
      "tag": "tracker",
      "template": "widget-template",
      "ms_ac_template": "{ \"type\": \"AdaptiveCard\", \"body\": [{ \"type\": \"TextBlock\", \"text\": \"CreatorHub Highlights\" }] }"
    }
  ],
  "note_taking": {
    "new_note_url": "/notes?new=true"
  }
}