Easy Car Search

Easy Car Search

Tool for notifying on car searches in mobile.de and autoscout24.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.3.1",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/car128.png"
  },
  "permissions": [
    "notifications",
    "*://*.drom.ru/*",
    "*://auto.ru/*",
    "*://rst.ua/*",
    "*://www.autotrader.com/*",
    "*://www.autotrader.ca/*",
    "*://www.autotrader.co.uk/*",
    "*://www.autotrader.co.za/*",
    "*://www.autotrader.ie/*",
    "*://www.autotrader.nl/*",
    "*://www.autohebdo.net/autos/*",
    "*://www.cars.com/for-sale/searchresults.action/?*",
    "*://www.car.gr/classifieds/cars/?*",
    "*://www.lacentrale.fr/listing_auto.php?*",
    "*://*.mobile.de/*",
    "*://www.automobile.fr/*",
    "*://www.autoscout24.de/*",
    "*://www.autoscout24.com/*",
    "*://www.autoscout24.it/*",
    "*://www.autoscout24.fr/*",
    "*://www.autoscout24.nl/*",
    "*://www.autoscout24.ch/*",
    "*://www.autoscout24.be/*",
    "*://www.autoscout24.at/*",
    "*://www.autoscout24.es/*",
    "*://www.autoscout24.lu/*",
    "*://www.autoscout24.bg/*",
    "*://www.autoscout24.pl/*",
    "*://www.autoscout24.hu/*",
    "*://www.autoscout24.com.tr/*",
    "*://www.autoscout24.com.ua/*",
    "*://www.autoscout24.ru/*",
    "*://www.carmax.com/search#*",
    "*://www.truecar.com/used-cars-for-sale/listings/*",
    "*://www.bytbil.com/*",
    "*://autoplius.lt/*",
    "*://autogidas.lt/*",
    "https://ssl.google-analytics.com/*",
    "*://www.copart.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://cdn.datatables.net; object-src 'self'",
  "icons": {
    "16": "icons/car16.png",
    "32": "icons/car32.png",
    "64": "icons/car64.png",
    "128": "icons/car128.png"
  },
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "google.js",
      "background.js"
    ]
  }
}