RUSPO.Турагент

RUSPO.Турагент

Быстрое заведение заявок в центре бронирования ТБС, самостоятельное бронирование

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RUSPO.Турагент",
  "description": "Быстрое заведение заявок в центре бронирования ТБС, самостоятельное бронирование",
  "version": "1.7.41",
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://online.travel-bs.ru/*",
        "*://gate.ruspo.ru/*"
      ],
      "js": [
        "scripts/common/api.js",
        "scripts/common/dom.js",
        "scripts/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "RUSPO.Турагент",
    "default_icon": "img/128x128.png",
    "default_popup": "pages/popup.html"
  }
}