Examine source code of CTT Portugal & Correios BR

Inspect and view changes in CTT Portugal & Correios BR 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
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "ComprasImportadas.com",
  "version": "2.1.1",
  "author": "@fmschuler",
  "developer": {
    "name": "@fmschuler",
    "url": "https://www.buymeacoffee.com/fmschuler"
  },
  "applications": {
    "gecko": {
      "id": "ext_firefox@comprasimportadas.com",
      "strict_min_version": "62.0"
    }
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-toolbar.svg",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "sidebar_action": {
    "default_title": "__MSG_sidebarTtl__",
    "default_panel": "sidebar.html",
    "default_icon": "icons/32.png",
    "open_at_install": true
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+T"
      },
      "description": "__MSG_sidebarShortcutDesc__"
    }
  },
  "permissions": [
    "notifications",
    "storage",
    "geolocation",
    "tabs",
    "activeTab",
    "webNavigation",
    "*://*.ipinfo.io/*",
    "*://*.rss.app/*",
    "*://*.comprasimportadas.com/*"
  ]
}