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": "Get Live Package Tracking",
"short_name": "Live Tracking",
"description": "Track packages quickly from the address bar powered by Yahoo and see live delivery updates.",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon.png"
},
"action": {
"default_title": "Get Live Package Tracking",
"default_popup": "tracking.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon.png"
}
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.json"
]
}
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Online",
"keyword": "track",
"search_url": "https:\/\/livepackagetracking.com\/search\/search.php?q={searchTerms}",
"suggest_url": "https:\/\/livepackagetracking.com\/search\/index.php?q={searchTerms}",
"favicon_url": "https:\/\/livepackagetracking.com\/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
}
}