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": "IITG AutoLogin Latest", "description": "Automatically get logged in to your IITG network. New Design.", "version": "2.0.1", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "notifications", "activeTab" ], "host_permissions": [ "https:\/\/agnigarh.iitg.ac.in:1442\/*" ], "action": { "default_title": "IITG AutoLogin Latest", "default_popup": "popup.html", "default_icon": { "128": "icon.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "128": "icon.png" } }