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": "Metrobi Local Delivery Route Planner",
"description": "Simplify your delivery route planning. Add stops with one click while browsing and create optimized delivery routes effortlessly.",
"version": "1.2.0",
"manifest_version": 3,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_title": "Metrobi Local Delivery Route Planner",
"default_icon": "icon.png"
},
"permissions": [
"storage",
"sidePanel",
"tabs"
],
"host_permissions": [
"https:\/\/sentry.io\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
]
}
]
}