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": "\u05d1\u05d5\u05d8\u05d9 - \u05ea\u05d5\u05e1\u05e3 \u05dc\u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d1\u05dc\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8",
"version": "4.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"description": "\u05e2\u05d5\u05d1\u05d3 \u05d3\u05e8\u05da \u05d4\u05d0\u05ea\u05e8 web.boti.bot",
"homepage_url": "https:\/\/web.boti.bot",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"storage"
],
"externally_connectable": {
"matches": [
"https:\/\/web.boti.bot\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"inject-wa.js"
]
}
]
}