Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IRCTC Train Info (AI Powered)", "version": "1.0.2", "description": "Check PNR status, live train status, Ticket fare, seat availability and get intelligent seat suggestions by generated by AI", "author": "Najmus Sayadat", "short_name": "IRCTC Info", "offline_enabled": false, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/irctc1.p.rapidapi.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "homepage_url": "https:\/\/infoverse.org.in" }