{
  "name": "GTRM — Global Tool Roadmap Manager",
  "short_name": "GTRM",
  "description": "A premium, all-in-one global roadmap planning, tracking and visualization platform. Build world-class products from Vision to Hero Stage.",
  "version": "1.0.0",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#6C63FF",
  "background_color": "#080C14",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "productivity",
    "business",
    "utilities"
  ],
  "iarc_rating_id": "",
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='112' fill='%236C63FF'/><text y='340' x='90' font-size='320' font-family='system-ui'>🗺️</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/desktop-board.png",
      "sizes": "1280x800",
      "type": "image/png",
      "platform": "wide",
      "label": "GTRM Board View — All 7 stages at a glance"
    },
    {
      "src": "screenshots/desktop-charts.png",
      "sizes": "1280x800",
      "type": "image/png",
      "platform": "wide",
      "label": "GTRM Analytics Charts — Visual roadmap insights"
    },
    {
      "src": "screenshots/mobile-board.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "GTRM Mobile Board View"
    }
  ],

  "shortcuts": [
    {
      "name": "Board View",
      "short_name": "Board",
      "description": "Open GTRM in Board view",
      "url": "./index.html?view=board",
      "icons": [
        {
          "src": "icons/shortcut-board.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timeline View",
      "short_name": "Timeline",
      "description": "Open GTRM in Timeline view",
      "url": "./index.html?view=timeline",
      "icons": [
        {
          "src": "icons/shortcut-timeline.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Charts View",
      "short_name": "Charts",
      "description": "Open GTRM analytics dashboard",
      "url": "./index.html?view=chart",
      "icons": [
        {
          "src": "icons/shortcut-chart.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "related_applications": [],

  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },

  "protocol_handlers": [],

  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/json": [".json"]
      },
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 480
  },

  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],

  "window_controls_overlay": {
    "color"       : "#6C63FF",
    "height"      : 68
  },

  "handle_links": "preferred",

  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
