Inspect and view changes in Package Tracker Online source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Package Tracker Online",
"version": "7.31001",
"description": "Track Your Packages Anywhere Online",
"manifest_version": 3,
"icons": {
"16": "icons/16.png",
"19": "icons/19.png",
"32": "icons/32.png",
"38": "icons/38.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"permissions": [
"storage",
"idle",
"alarms"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"uid.js"
],
"matches": [
"https://*/*",
"http://*/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"content.js"
],
"matches": [
"https://*/*",
"http://*/*"
],
"run_at": "document_start",
"all_frames": false
}
],
"action": {
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
},
"default_title": "",
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}