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": "__MSG_qtName__",
"description": "__MSG_qtDes__",
"version": "6.20.8",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0TpcZdQAMa+sf6dAN13+XCGeg0s6HUOkGvt\/NYkx2fhL3SbTRbG9p3pB4ZCIx3HX7Y8ZQf875CymRsPHoEt7J158Kvya3xpQgjn3IAaQuWwdOo+o9G4FDeaqL3h6vpPcFvRirwv+ni8cBGLqNDCC92oiOpTqSMMqPhWtzxHlBJ\/6bc3KoyJZ6NMVJgdcTycgPob1yIDK24JO6kYWywITpEe\/q7+5E+t\/vacaFXmTTs1YRZ45PxnnLvJx\/\/EQ5YfRAP58uF54cOlM5qzS65hszBdA8hNEbcjQpyIBI9XbLHFqZF0TvL7ris6vqAIxSE+s6Hf0M1pXB\/DHNRom7hSvTQIDAQAB",
"homepage_url": "https:\/\/wppme.com\/whatsapp-chat-lock",
"icons": {
"16": "imgs\/icon16.png",
"32": "imgs\/icon32.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
},
"action": {
"default_popup": "home.html",
"default_icon": "imgs\/icon48.png"
},
"commands": {
"lock-screen": {
"suggested_key": {
"default": "Alt+L"
},
"description": "__MSG_commondsDesc__"
}
},
"background": {
"service_worker": "ts\/a\/bs.c7ac137f.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"ts\/b\/ssc.c7ac137f.js"
],
"run_at": "document_end",
"all_frames": false,
"css": [
"ts\/c\/cs_e039a08e.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"imgs\/*",
"photos\/*",
"ts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"commands"
]
}