Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ShipMate - Delivery Tracker",
"version": "1.1.18",
"description": "View, track, and organize your deliveries \u2014 all in one place, effortlessly.",
"homepage_url": "https:\/\/shipmatetracker.com",
"action": {
"default_icon": "assets\/icons\/iconBlack.png",
"default_popup": "popup\/popup.html"
},
"permissions": [
"identity",
"identity.email",
"storage",
"notifications"
],
"host_permissions": [
"https:\/\/*.chromiumapp.org\/*",
"https:\/\/gmail.googleapis.com\/*",
"https:\/\/shipmate-backend-66341129033.us-central1.run.app\/*"
],
"oauth2": {
"client_id": "66341129033-vhn1qadvcltr6ivs3a82122cd96qmmhd.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/gmail.readonly"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"popup\/popup.html",
"popup\/popup.bundle.js",
"home\/home.css",
"home\/home.bundle.js",
"home\/AuthManager\/AuthManager.css",
"home\/UIManager\/UIManager.css",
"home\/UIManager\/TrackingCards.css",
"home\/ProfileMenuManager\/ProfileMenuManager.css",
"home\/AddOrderUI\/AddOrderForm.css",
"payment\/payment.html",
"payment\/payment.bundle.js",
"styles\/styles.css",
"firebase\/firebase-init.js",
"assets\/icons\/icon.png",
"assets\/icons\/iconBlack.png"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "assets\/icons\/iconBlack.png",
"48": "assets\/icons\/iconBlack.png",
"128": "assets\/icons\/iconBlack.png"
}
}