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.3",
"manifest_version": 3,
"short_name": "Track Your Order",
"name": "Track Your Order",
"background": {
"service_worker": "install_service.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"search",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.json",
"favicon.ico"
]
}
],
"content_security_policy": {
"extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.shipengine.com https:\/\/trackyourorders.net\/; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/trackyourorders.net\/ * data:;"
}
}