Correios Tracker

Correios Tracker

Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3RLYtR9nuPai1ck06RC3cGwiEXQolypPOVX10sdDLC7kHuoGnvE1mydrTabNAptyl48vWSxq47iRsEdVdZS0Tdq4D7GHhSS4IqBrQqDVrVqsqgtWjlbn4MeonV/+s0YItGIPY4Xb+1GGrdYsl31hFR4CWKMVcgv8xqDMBqzilurkG2c/q1jdmpNKRB5t4rAOoJ+v6CMx1HA59MuPohmcFW0IPkcz/XiWuRZhspcjuYS0NscIm5zSiUdPZBwdPmB1IVTH69+Y9Dnw+Z+Rt1xFLoqZ/mPO3HrCGF1daKJHItvP4ff3066UrcEiHJjjTkk0BmefDAiEDUt5hhqg1nk1PQIDAQAB",
  "name": "Correios Tracker",
  "description": "Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.",
  "short_name": "Correios Tracker",
  "version": "0.12.2",
  "author": "Adriano Chambel <[email protected]>",
  "homepage_url": "https://github.com/achambel/correios-tracker",
  "minimum_chrome_version": "92",
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "alarms",
    "unlimitedStorage",
    "identity"
  ],
  "host_permissions": [
    "https://trackerit.fly.dev/*"
  ],
  "background": {
    "service_worker": "js/worker.js",
    "type": "module"
  },
  "action": {
    "default_title": "Correios Tracker - rastrear objetos"
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  }
}