Indian Train Seat Locator

Indian Train Seat Locator

Find seat position and berth type from the Coach and Seat Number available on Indian Railway Ticket.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Indian Train Seat Locator",
  "manifest_version": 2,
  "description": "Find seat position and berth type from the Coach and Seat Number available on Indian Railway Ticket.",
  "version": "1.1.4",
  "icons": {
    "16": "chrome-icon16.png",
    "128": "chrome-icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true
}