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",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "4.0.8",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"64": "images\/64x64.png",
"96": "images\/96x96.png",
"128": "images\/128x128.png"
},
"action": {
"default_icon": "images\/48x48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-6fb6ce8c.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"empty-tab.html",
"images\/16x16.png",
"images\/48x48.png",
"images\/64x64.png",
"images\/96x96.png",
"images\/128x128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-c4d7d122.js",
"assets\/chunk-941d8dcd.js",
"assets\/chunk-9ed8c13c.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"description": "Open Tracking Number",
"suggested_key": {
"default": "Ctrl+Shift+8",
"mac": "Command+Shift+8"
}
}
}
}