{
  "name": "Prompt to JSON - AI Prompt Generator",
  "short_name": "PromptJSON",
  "description": "Ubah perintah prompt menjadi format JSON terstruktur dengan mudah. 19+ template untuk stock photo, produk, video, dan storyboard.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0c29",
  "theme_color": "#0f0c29",
  "lang": "id-ID",
  "categories": ["productivity", "developer tools", "utilities"],
  "icons": [
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Prompt to JSON - Template Mode"
    },
    {
      "src": "screenshot2.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Prompt to JSON - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Mode Template",
      "short_name": "Template",
      "description": "Buka mode template",
      "url": "./index.html?mode=template",
      "icons": [
        {
          "src": "icon192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tulis Manual",
      "short_name": "Manual",
      "description": "Buka mode tulis manual",
      "url": "./index.html?mode=manual",
      "icons": [
        {
          "src": "icon192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "protocol_handlers": [],
  "file_handlers": []
}