﻿{
  "name": "Mastery",
  "short_name": "Mastery",
  "description": "A personal app for partners to share goals, plan, and connect",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "productivity", "social"],
  "permissions": [
    "notifications",
    "push"
  ],
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Create a new post",
      "url": "/protected/posts",
      "icons": [{ "src": "/icon-192-v2.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Planner",
      "short_name": "Planner",
      "description": "Plan your day",
      "url": "/protected/planner",
      "icons": [{ "src": "/icon-192-v2.png", "sizes": "192x192" }]
    }
  ]
}