{
  "name": "WebTechRetail - Разработка Laravel приложений",
  "short_name": "WebTechRetail",
  "description": "Профессиональная разработка веб-приложений на Laravel. Создаем высоконагруженные решения, интернет-магазины и корпоративные системы.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "categories": ["business", "productivity", "development"],
  "lang": "ru-RU",
  "dir": "ltr",
  "scope": "/",
  "id": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Главная страница WebTechRetail"
    },
    {
      "src": "/screenshots/mobile-1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Мобильная версия сайта"
    },
    {
      "src": "/screenshots/desktop-2.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Портфолио проектов"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Оставить заявку",
      "short_name": "Заявка",
      "description": "Отправить заявку на разработку",
      "url": "/contact",
      "icons": [
        {
          "src": "/icons/shortcut-contact-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Портфолио",
      "short_name": "Проекты",
      "description": "Посмотреть выполненные проекты",
      "url": "/portfolio",
      "icons": [
        {
          "src": "/icons/shortcut-portfolio-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Услуги",
      "short_name": "Услуги",
      "description": "Наши услуги по разработке",
      "url": "/services",
      "icons": [
        {
          "src": "/icons/shortcut-services-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  
  "protocol_handlers": [
    {
      "protocol": "web+webtechretail",
      "url": "/contact?source=%s"
    }
  ],
  
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "application/json": [".json"],
        "text/plain": [".txt"]
      }
    }
  ],
  
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  
  "handle_links": "preferred",
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "permissions": [
    "clipboard-write",
    "clipboard-read"
  ],
  
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "use_cache": true
  },
  
  "features": [
    "cross-origin-isolated",
    "shared-array-buffers"
  ],
  
  "background": {
    "scripts": ["/js/background.js"],
    "persistent": false
  },
  
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["/js/content.js"],
      "run_at": "document_end"
    }
  ],
  
  "web_accessible_resources": [
    {
      "resources": ["/fonts/*", "/images/*", "/icons/*"],
      "matches": ["<all_urls>"]
    }
  ],
  
  "capture_links": "new-client",
  
  "isolated_storage": true,
  
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  
  "related_apps": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.webtechretail.app",
      "id": "com.webtechretail.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/webtechretail/id123456789"
    }
  ],
  
  "suggested_keyboard_shortcuts": [
    {
      "key": "Ctrl+Shift+L",
      "description": "Перейти к форме заявки"
    },
    {
      "key": "Ctrl+Shift+P",
      "description": "Открыть портфолио"
    }
  ],
  
  "user_preferences": {
    "color_scheme": "dark",
    "reduced_motion": "reduce"
  },
  
  "widgets": [
    {
      "name": "Быстрая заявка",
      "tag": "quick-contact",
      "template": "/widgets/contact.html",
      "ms_ac_template": "quick-contact"
    }
  ],
  
  "edge_extensions": {
    "sidebar_action": {
      "default_title": "WebTechRetail",
      "default_icon": {
        "16": "/icons/icon-16x16.png",
        "32": "/icons/icon-32x32.png"
      },
      "default_panel": "/sidebar.html"
    }
  },
  
  "chrome_settings_overrides": {
    "homepage": "https://webtechretail.com",
    "search_provider": {
      "name": "WebTechRetail Search",
      "keyword": "webtechretail",
      "search_url": "https://webtechretail.com/search?q={searchTerms}",
      "favicon_url": "https://webtechretail.com/favicon.ico",
      "suggest_url": "https://webtechretail.com/suggest?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": false
    }
  },
  
  "chrome_url_overrides": {
    "newtab": "/newtab.html"
  },
  
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+W",
        "mac": "Command+Shift+W"
      },
      "description": "Открыть WebTechRetail"
    }
  },
  
  "externally_connectable": {
    "matches": [
      "https://*.webtechretail.com/*",
      "https://webtechretail.com/*"
    ]
  },
  
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  
  "host_permissions": [
    "https://*.webtechretail.com/*",
    "https://webtechretail.com/*"
  ],
  
  "optional_permissions": [
    "notifications",
    "geolocation"
  ],
  
  "oauth2": {
    "client_id": "webtechretail-app",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw2c...",
  
  "update_url": "https://webtechretail.com/updates.xml",
  
  "version": "2.0.0",
  
  "version_name": "2.0.0",
  
  "minimum_chrome_version": "88",
  
  "offline_enabled": true,
  
  "incognito": "split",
  
  "author": {
    "email": "contact@webtechretail.com",
    "name": "WebTechRetail Team"
  },
  
  "homepage_url": "https://webtechretail.com",
  
  "developer": {
    "name": "WebTechRetail",
    "url": "https://webtechretail.com"
  },
  
  "privacy_policy": "https://webtechretail.com/privacy",
  
  "terms_of_service": "https://webtechretail.com/terms",
  
  "support_url": "https://webtechretail.com/support",
  
  "feedback_url": "https://webtechretail.com/feedback",
  
  "bug_report_url": "https://webtechretail.com/bug-report",
  
  "options_page": "/options.html",
  
  "options_ui": {
    "page": "/options.html",
    "open_in_tab": true
  },
  
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  
  "default_locale": "ru",
  
  "locales": {
    "ru": {
      "name": "WebTechRetail - Разработка Laravel приложений",
      "description": "Профессиональная разработка веб-приложений на Laravel"
    },
    "en": {
      "name": "WebTechRetail - Laravel Application Development",
      "description": "Professional Laravel web application development"
    }
  },
  
  "current_locale": "ru",
  
  "accepts": ["ru", "en"],
  
  "platforms": ["web", "android", "ios"],
  
  "requirements": {
    "3d": {
      "features": ["webgl"]
    }
  },
  
  "nacl_modules": [
    {
      "path": "native-client-module.nmf",
      "mime_type": "application/pdf"
    }
  ],
  
  "sandbox": {
    "pages": ["/sandbox.html"]
  },
  
  "tts_engine": {
    "voices": [
      {
        "voice_name": "Alice",
        "lang": "ru-RU",
        "gender": "female"
      }
    ]
  },
  
  "input_components": [
    {
      "name": "WebTechRetail IME",
      "type": "ime",
      "id": "webtechretail-ime",
      "description": "Input method for WebTechRetail",
      "language": "ru",
      "layouts": ["ru"]
    }
  ],
  
  "file_browser_handlers": [
    {
      "id": "open-as-pdf",
      "default_title": "Open as PDF",
      "file_filters": ["filesystem:*.pdf"],
      "file_access": ["any"]
    }
  ],
  
  "url_handlers": {
    "my_app": {
      "matches": ["https://webtechretail.com/app/*"],
      "title": "WebTechRetail App"
    }
  },
  
  "kiosk_enabled": true,
  
  "kiosk_only": false,
  
  "bluetooth": {
    "uuids": ["12345678-1234-1234-1234-123456789012"],
    "optional": true
  },
  
  "serial": {
    "optional": true
  },
  
  "usb_printers": {
    "filters": [
      {
        "vendorId": 1234,
        "productId": 5678
      }
    ]
  },
  
  "media_galleries": [
    "read",
    "copyTo",
    "delete"
  ],
  
  "system_indicator": {
    "default_icon": {
      "16": "/icons/icon-16x16.png",
      "32": "/icons/icon-32x32.png"
    }
  },
  
  "app": {
    "background": {
      "scripts": ["/js/background.js"]
    }
  },
  
  "manifest_version": 3,
  
  "action": {
    "default_title": "WebTechRetail",
    "default_popup": "/popup.html",
    "default_icon": {
      "16": "/icons/icon-16x16.png",
      "32": "/icons/icon-32x32.png",
      "48": "/icons/icon-48x48.png",
      "128": "/icons/icon-128x128.png"
    }
  },
  
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  
  "declarative_net_request_with_host_access": false,
  
  "cross_origin_embedder_policy": {
    "value": "require-corp"
  },
  
  "cross_origin_opener_policy": {
    "value": "same-origin"
  },
  
  "content_scripts": [
    {
      "matches": ["https://*.webtechretail.com/*"],
      "js": ["/js/content-script.js"],
      "run_at": "document_idle"
    }
  ],
  
  "webview": {
    "partitions": [
      {
        "name": "trusted_webview",
        "accessible_resources": ["*.html", "*.js", "*.css"]
      }
    ]
  },
  
  "minimum_edge_version": "88",
  
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  
  "side_panel": {
    "default_path": "/sidepanel.html"
  },
  
  "tab": {
    "default_title": "WebTechRetail",
    "default_icon": {
      "16": "/icons/icon-16x16.png",
      "32": "/icons/icon-32x32.png"
    }
  },
  
  "omnibox": {
    "keyword": "wtr"
  },
  
  "devtools_page": "/devtools.html",
  
  "optional_host_permissions": ["https://*/*"],
  
  "background": {
    "service_worker": "/js/background.js",
    "type": "module"
  },
  
  "host_permissions": [
    "https://webtechretail.com/*"
  ],
  
  "externally_connectable": {
    "matches": [
      "https://webtechretail.com/*",
      "https://*.webtechretail.com/*"
    ]
  },
  
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}