Alertas de tráfico

Alertas de tráfico

Recibe alertas georeferenciadas de tráfico procedentes de la información DGT

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "manifest_version": 2,
  "default_locale": "es",
  "description": "__MSG_extDescription__",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "popup.html"
  },
  "version": "2.0.8",
  "permissions": [
    "tts",
    "geolocation",
    "notifications",
    "https://www-pro.dgt.es/estaticos/movilidad/incidenciasXY.xml",
    "https://maps.googleapis.com/"
  ]
}