Taxi Libre

Taxi Libre

Taxi is a service app that will help the user quickly locate the nearest taxi cab stand.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Taxi Libre",
  "description": "Taxi is a service app that will help the user quickly locate the nearest taxi cab stand.",
  "version": "1.0.5",
  "manifest_version": 2,
  "permissions": [
    "https://taxisdemexico.com/",
    "geolocation"
  ],
  "content_security_policy": "script-src 'unsafe-eval' https://maps.google.com https://maps.gstatic.com https://taxisdemexico.com; object-src 'unsafe-eval'",
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icono.png",
    "48": "icon.png",
    "128": "icon128.png"
  }
}