{
  "name": "Personal Promise · Promessa Pessoal — by JEPA",
  "short_name": "Promise",
  "description": "The app that doesn't let you break promises to yourself. Proof or it keeps ringing.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF9F2",
  "theme_color": "#FF5A5F",
  "lang": "en",
  "categories": [
    "lifestyle",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "New pact",
      "short_name": "New pact",
      "description": "Pick a promise and set your terms",
      "url": "./?go=new",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Repeat the last one",
      "short_name": "Repeat",
      "description": "Seal the last pact again",
      "url": "./?go=repeat",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}