InPost PL - track parcel - non-official client

InPost PL - track parcel - non-official client

Extension allows to track a parcel InPost PL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "pl",
  "version": "0.1",
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}