myRailinfo IRCTC Tatkal Ticket Autofill

myRailinfo IRCTC Tatkal Ticket Autofill

Download IRCTC Tatkal Autofill plugin extension and book your tatkal ticket in just 19 sec.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js",
      "jquery.js",
      "aes.js"
    ],
    "persistent": true
  },
  "manifest_version": 2,
  "name": "myRailinfo IRCTC Tatkal Ticket Autofill",
  "version": "5.9",
  "description": "Download IRCTC Tatkal Autofill plugin extension and book your tatkal ticket in just 19 sec.",
  "browser_action": {
    "default_icon": "img/48.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "https://*/*",
    "tabs"
  ]
}