{
  "id": "/?source=pwa",
  "name": "Wrk it",
  "short_name": "Wrk it",
  "description": "Build Habits, Build Momentum, Build Consistency, Build Wrk",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "tabbed",
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "theme_color": "#f7f5f1",
  "background_color": "#f7f5f1",
  "orientation": "portrait",
  "categories": [
    "productivity",
    "health",
    "lifestyle",
    "sports",
    "personalization"
  ],
  "icons": [
    {
      "src": "/wrkappstores/android/launchericon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wrkappstores/android/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wrkappstores/android/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wrkappstores/android/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wrkappstores/android/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wrkappstores/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wrkappstores/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-mywrk.svg",
      "sizes": "540x1200",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "My Wrk mobile task tracking"
    },
    {
      "src": "/screenshots/desktop-explore.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Explore and discover packs"
    }
  ],
  "shortcuts": [
    {
      "name": "My Wrk",
      "short_name": "My Wrk",
      "description": "Open your dashboard.",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Discover and join new packs.",
      "url": "/explore",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Create",
      "short_name": "Create",
      "description": "Create a new wrk pack.",
      "url": "/add",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Stats",
      "short_name": "Stats",
      "description": "View progress, streaks, and XP.",
      "url": "/stats",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Open your profile settings.",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [
          ".json"
        ],
        "text/csv": [
          ".csv"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+wrkit",
      "url": "/open?target=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "attachments",
          "accept": [
            "image/*",
            "text/csv"
          ]
        }
      ]
    }
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://wrk-it.app/manifest.json"
    }
  ],
  "iarc_rating_id": "e7e45b0c-0f95-4eb4-96f0-a2b6c9f5ed0c",
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://app.wrk-it.com"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 420
  },
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "widgets": [
    {
      "name": "Daily Focus",
      "short_name": "Focus",
      "description": "Jump straight into today\u2019s focus ritual.",
      "tag": "daily-focus",
      "template": "/widgets/daily-focus",
      "ms_ac_template": "/widgets/daily-focus",
      "data": "/api/widgets/daily-focus",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
