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, "default_locale": "en", "name": "Watime", "version": "1.0.2", "description": "Know your receipient local time on WhatsApp Web", "permissions": [ "storage", "scripting" ], "options_page": "options\/index.html", "action": { "default_icon": "icon-34.png" }, "chrome_url_overrides": [], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content\/index.iife.js" ] }, { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content-ui\/index.iife.js" ] }, { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "content.css" ] } ], "devtools_page": "devtools\/index.html", "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }