Track718

Track718

track718 offers a real-time package trace to track your parcels worldwide.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Track718",
  "version": "1.1.0",
  "description": "track718 offers a real-time package trace to track your parcels worldwide.",
  "manifest_version": 3,
  "author": "track718",
  "icons": {
    "16": "./img/logo-16.png",
    "19": "./img/logo-19.png",
    "38": "./img/logo-38.png",
    "48": "./img/logo-48.png",
    "128": "./img/logo-128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage",
    "scripting",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "24": "img/icon24.png",
      "32": "img/icon32.png"
    },
    "default_title": "Click Track718"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js",
        "externalcall.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}