{
  "name": "Pulse - Know Where Your Business Stands",
  "short_name": "Pulse",
  "description": "Business operating layer for growing service businesses. See leads, projects, invoices, payments, branches, stock, teams, and reporting in one live view.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1419",
  "theme_color": "#00ff87",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pulse-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pulse-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pulse-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "finance", "utilities"],
  "screenshots": [],
  "iarc_rating_id": "",
  "gcm_sender_id": "103953800507",
  "permissions": ["notifications", "vibrate", "push"],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/pulse-logo.png", "sizes": "512x512" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View your projects",
      "url": "/projects",
      "icons": [{ "src": "/pulse-logo.png", "sizes": "512x512" }]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View notifications",
      "url": "/notifications",
      "icons": [{ "src": "/pulse-logo.png", "sizes": "512x512" }]
    }
  ]
}
