VRTME.ie

VRTME.ie

Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.7",
  "name": "VRTME.ie",
  "manifest_version": 2,
  "author": "Gearoid Collins <[email protected]>",
  "description": "Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types",
  "homepage_url": "http://vrtme.ie",
  "browser_action": {
    "default_title": "VRTME.ie",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "inject.html"
  ],
  "background": {
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "*://*.vrtme.ie/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "content_security_policy": "default-src 'self'; connect-src https://api.vrtme.ie/; script-src 'self' http://localhost:3000/ https://api.vrtme.ie/api/; style-src * 'unsafe-inline'; img-src 'self' data:;"
}