Tracking Panda

Tracking Panda

Track your packages realtime and automatically notified when the shipping status is changed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Tracking Panda"
  },
  "background": {
    "scripts": [
      "js/Background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://extensionmatrix.com/*"
      ],
      "js": [
        "js/ContentScripts/injectDivExtensionId.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://trackingpanda.com/browser-extension/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "description": "Track your packages realtime and automatically notified when the shipping status is changed",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://extensionmatrix.com/ https://extensionmatrix.com:3000/ https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self' https://extensionmatrix.com/ https://extensionmatrix.com:3000/",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Tracking Panda",
  "short_name": "Tracking Panda",
  "options_page": "html/options.html",
  "permissions": [
    "management",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.4",
  "web_accessible_resources": []
}