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", "name": "Entrar for Gmail\u2122", "description": "Entrar for Gmail\u2122, a gmail entrar extension, is a shortcut to open gmail and login gmail.", "version": "1.0.3", "default_locale": "en", "manifest_version": 3, "icons": { "64": "images\/icon64.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "128": "images\/icon128.png" }, "default_title": "Entrar no Gmail", "default_popup": "page.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "mtgm.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }