{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Система управления приложениями Techniqum",
  "short_name": "Techniqum",
  "description": "Профессиональная система управления мобильными приложениями и push-уведомлениями для команд разработчиков",
  "lang": "ru",
  "dir": "ltr",
  "id": "/?source=pwa&v=2.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#343a40",
  "background_color": "#343a40",

"icons": [
  {
    "src": "/static/web-app-manifest-192x192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any"
  },
  {
    "src": "/static/web-app-manifest-512x512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any"
  }
],

  "screenshots": [
  ],

  "shortcuts": [
  ],

  "categories": ["business", "productivity", "developer", "utilities"],

  "iarc_rating_id": "e84b072d-4f5f-4e36-84f8-63ea4265454c",

  "prefer_related_applications": false,
  "related_applications": [],

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "handle_links": "preferred",

  "edge_side_panel": {
    "preferred_width": 400
  },

  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+techniqum",
      "url": "/protocol?url=%s"
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },

  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://api.techniqum.com"
    },
    {
      "type": "origin",
      "origin": "https://cdn.techniqum.com"
    }
  ],

  "widgets": [
    {
      "name": "Статистика приложений",
      "short_name": "Статистика",
      "description": "Виджет со статистикой ваших приложений",
      "icons": [
        {
          "src": "/static/widget-stats.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "/static/widget-screenshot.png",
          "sizes": "600x400",
          "type": "image/png",
          "label": "Виджет статистики"
        }
      ],
      "auth": true,
      "update": 900,
      "data": "/api/widget/stats"
    }
  ],

  "translations": {
    "en": {
      "name": "Techniqum App Management System",
      "short_name": "Techniqum",
      "description": "Professional mobile app and push notification management system for development teams",
      "screenshots": [
        {
          "label": "Main Dashboard"
        },
        {
          "label": "App Management"
        },
        {
          "label": "Push Notifications"
        }
      ],
      "shortcuts": [
        {
          "name": "Create New App",
          "short_name": "New App",
          "description": "Quick create a new mobile application"
        },
        {
          "name": "Send Push Notification",
          "short_name": "Push",
          "description": "Create and send push notification"
        },
        {
          "name": "Analytics",
          "short_name": "Stats",
          "description": "View statistics and analytics"
        },
        {
          "name": "Campaigns",
          "short_name": "Campaigns",
          "description": "Manage marketing campaigns"
        }
      ]
    },
    "uk": {
      "name": "Система управління додатками Techniqum",
      "short_name": "Techniqum",
      "description": "Професійна система управління мобільними додатками та push-повідомленнями для команд розробників",
      "screenshots": [
        {
          "label": "Головна панель керування"
        },
        {
          "label": "Управління додатками"
        },
        {
          "label": "Push-повідомлення"
        }
      ],
      "shortcuts": [
        {
          "name": "Створити новий додаток",
          "short_name": "Новий додаток",
          "description": "Швидке створення нового мобільного додатку"
        },
        {
          "name": "Надіслати Push-повідомлення",
          "short_name": "Push",
          "description": "Створити та надіслати push-повідомлення"
        },
        {
          "name": "Аналітика",
          "short_name": "Статистика",
          "description": "Перегляд статистики та аналітики"
        },
        {
          "name": "Кампанії",
          "short_name": "Кампанії",
          "description": "Управління маркетинговими кампаніями"
        }
      ]
    }
  }
}
