Инструмент AutoNom

Инструмент AutoNom

Приложение от компании AutoNom для помощи в подборе автомобилей на аукционах Copart и IAAI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/vendor/browser-polyfill-0.4.0.js",
      "js/vendor/jquery-3.3.1.js",
      "js/vendor/jquery-nimbleloader-2.0.1.js",
      "js/global.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icons/32.png",
    "default_popup": "html/popup.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "css": [
        "css/lot.css",
        "css/copart.css"
      ],
      "js": [
        "js/vendor/browser-polyfill-0.4.0.js",
        "js/vendor/jquery-3.3.1.js",
        "js/vendor/jquery-nimbleloader-2.0.1.js",
        "js/vendor/popover-3.4.1.js",
        "js/global.js",
        "js/tax/cu.js",
        "js/tax/eu.js",
        "js/tax/finland.js",
        "js/tax/germany.js",
        "js/tax/lithuania.js",
        "js/tax/poland.js",
        "js/tax/ukraine.js",
        "js/taxfactory.js",
        "js/templates/copart/main.js",
        "js/templates/copart/lot-add-info.js",
        "js/templates/popup.js",
        "js/avtohaker-base.js",
        "js/avtohaker-copart.js"
      ],
      "matches": [
        "https://www.copart.com/*"
      ]
    },
    {
      "css": [
        "css/lot.css",
        "css/iaai.css",
        "css/fontawesome.css"
      ],
      "js": [
        "js/vendor/browser-polyfill-0.4.0.js",
        "js/vendor/jquery-3.3.1.js",
        "js/vendor/jquery-nimbleloader-2.0.1.js",
        "js/vendor/popover-3.4.1.js",
        "js/global.js",
        "js/tax/cu.js",
        "js/tax/eu.js",
        "js/tax/finland.js",
        "js/tax/germany.js",
        "js/tax/lithuania.js",
        "js/tax/poland.js",
        "js/tax/ukraine.js",
        "js/taxfactory.js",
        "js/templates/iaai/main.js",
        "js/templates/iaai/lot-add-info.js",
        "js/templates/popup.js",
        "js/avtohaker-base.js",
        "js/avtohaker-iaai.js"
      ],
      "matches": [
        "https://www.iaai.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "Приложение от компании AutoNom для помощи в подборе автомобилей на аукционах Copart и IAAI",
  "icons": {
    "16": "images/icons/16.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "63",
  "name": "Инструмент AutoNom",
  "permissions": [
    "https://www.copart.com/*",
    "https://www.iaai.com/*",
    "https://carsfromwest.com/*/api/",
    "https://profitcars.com.ua/_ext/",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.17",
  "web_accessible_resources": [
    "fonts/*.*",
    "images/*.*",
    "js/replain-init.js",
    "js/copart-init.js"
  ]
}