CTT Portugal & Correios BR

CTT Portugal & Correios BR

Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "Compras",
  "version": "2.0.5",
  "author": "@fmschuler",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "action": {
    "default_icon": "icons/32-any_theme.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "permissions": [
    "notifications",
    "storage",
    "geolocation",
    "tabs",
    "activeTab",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*.ipinfo.io/*",
    "*://*.rss.app/*",
    "*://*.comprasimportadas.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://comprasimportadas.com'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}