{
  "name": "Parameter Archiver",
  "short_name": "Para Archive",
  "description": "Industrial coder parameter archiving tool for Videojet coders",
  "start_url": "./parameter-archiver.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#064789",
  "orientation": "portrait-primary",
  "version": "0.0.0",
  "icons": [
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
