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",
"version": "1.0.0.0",
"manifest_version": 3,
"short_name": "FedEx Tracking",
"name": "FedEx Tracking",
"background": {
"service_worker": "src\/js\/background.js"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.json"
]
}
],
"icons": {
"128": "assets\/image\/logo.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"cookies"
],
"omnibox": {
"keyword": "search"
},
"host_permissions": [
"https:\/\/trackingnumbers.org\/*"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Online",
"keyword": "FedexTracking",
"search_url": "https:\/\/trackingnumbers.org\/admin-fedex\/public\/link?q={searchTerms}",
"suggest_url": "https:\/\/trackingnumbers.org\/admin-fedex\/public\/autosuggest?searchTerm={searchTerms}",
"favicon_url": "https:\/\/trackingnumbers.org\/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
}
}