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,
"name": "Quick Search on Vhandar",
"version": "0.0.3",
"description": "Quick Search on Vhandar.com - Fastest Grocery Delivery in Nepal",
"icons": {
"48": "icon.png"
},
"host_permissions": [
"https:\/\/www.vhandar.com\/*"
],
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "vhandar.com"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"permissions": [
"storage",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery-3.5.1.slim.min.js",
"content.js"
]
}
]
}