{
  "name": "AO3 SkinGen",
  "short_name": "AO3 SkinGen",
  "description": "Create fictional social-media scenes and AO3-compatible work and site skins.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fafaf9",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Twitter Skin",
      "short_name": "Twitter",
      "description": "Create a new Twitter/X template",
      "url": "/?platform=twitter",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "New iOS Skin",
      "short_name": "iOS",
      "description": "Create a new iOS iMessage template",
      "url": "/?platform=ios",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
