Yandex Map Editor extension

Yandex Map Editor extension

Additional features for Yandex Map Editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "version": "17.7.2",
  "content_scripts": [
    {
      "matches": [
        "https://*.maps.yandex.ru/*",
        "https://mapeditor.yandex.com/*",
        "https://mapeditor.yandex.com.tr/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "content.js",
        "editorCommon.js",
        "editorFeature.js",
        "ParkingRadius.js",
        "GoTo.js",
        "NameChecker.js",
        "CompactForms.js",
        "menuItems.js",
        "ZipCode.js",
        "MiddleClicks.js",
        "MinimizeButton.js",
        "ColorHelper.js",
        "DeleteYellowPoints.js",
        "AddDeparture.js",
        "ShowStopTime.js",
        "Notifications.js",
        "DateTimeHelper.js",
        "LockMap.js",
        "MessageLinks.js"
      ]
    },
    {
      "matches": [
        "https://pkk.rosreestr.ru/*"
      ],
      "js": [
        "common.js",
        "Rosreestr.js"
      ]
    },
    {
      "matches": [
        "https://yandex.ru/chat*",
        "https://yandex.com/chat*",
        "https://yandex.com.tr/chat*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "common.js",
        "editorFeature.js",
        "menuItems.js",
        "DarkThemeCommon.js",
        "DarkThemeInit.js",
        "MessageLinks.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.pochta.ru/offices*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "common.js",
        "PochtaRequest.js",
        "PochtaHandler.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://*.maps.yandex.ru/*",
        "https://mapeditor.yandex.com/*",
        "https://mapeditor.yandex.com.tr/*",
        "https://yandex.ru/promo/nmaps/*",
        "https://yastatic.net/tableau/tableau.html*",
        "https://yandex.ru/support/nmaps/*",
        "https://yandex.com/support/mapeditor/*",
        "https://yandex.com.tr/support/mapeditor/*",
        "https://yandex.com.tr/support/nmaps/*,",
        "https://yandex.ru/blog/narod-karta/*",
        "https://yandex.ru/blog/narod-moderator/*",
        "https://forms.yandex.ru/surveys/1810/*",
        "https://forms.yandex.com/surveys/10013268/*",
        "https://forms.yandex.com.tr/surveys/10013268/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "common.js",
        "DarkThemeCommon.js",
        "DarkThemeInit.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "*.svg",
    "*.css",
    "/help/help.html"
  ],
  "background": {
    "scripts": [
      "/help/changelog.js",
      "common.js",
      "extensionCommon.js",
      "background.js",
      "menuItems.js",
      "contextMenu.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_icon": "icon_38.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_38.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "contextMenus"
  ]
}