{
  "name": "Line Buddy",
  "short_name": "Line Buddy",
  "description": "Motläsare för skådespelare – repetera scener med naturliga röster.",
  "start_url": "/scripts",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a0e0e",
  "theme_color": "#7a1f1f",
  "lang": "sv",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "share_target": {
    "action": "/share-receive",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/share-receive",
      "accept": {
        "application/json": [".linebuddy.json", ".json"]
      }
    }
  ]
}
