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": "Share on WhatsApp\u2122",
"short_name": "Share on WhatsApp",
"version": "0.0.6",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "icon.png",
"default_title": "Share on WhatsApp"
},
"description": "Share current tab, links, image URLs and selected text on WhatsApp Web.",
"homepage_url": "https:\/\/browsernative.com\/whatsapp-web-share-button\/",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"permissions": [
"activeTab",
"contextMenus"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+W"
}
}
}
}