Gestão de Certificados Digitais - Sync

Gestão de Certificados Digitais - Sync

Realize a Gestão de Certificados Digitais.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi7lCwUfI9TtuF+P6zJTKfmog3N9uLp3Dd4SYo9GZ5G2S2ZbkeNL9FV/ncDtVv9BuVKmE4i15+J//dsvMSIEVejn6LVppYs1maU/zu0jAYiS9rmPosr68s027wZVEdHZ0zprlHLwvhkIJ7dCIo6xz1yk0xEAu44yVu23ZtqlLoHBUTijYwPOWSlW9PlDO+acldb8vQLDF+aPUBDh+56hi+WFS5kHUZO4NM0EwGB1Z8C41k/givN4AgkpzSif4ouu4dXbvh5scBSu+5hReYjHi7l8yvM9wANO5d9LeveRFFcV6YVVbxy6PC9ovaRN4z4HW5xx8wDRZHg+O9OI7jImrAwIDAQAB",
  "name": "Gestão de Certificados Digitais - Sync",
  "version": "2.1.1",
  "description": "Realize a Gestão de Certificados Digitais.",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "19": "icon-361-grayscale.png",
      "38": "icon-361-grayscale.png"
    },
    "default_title": "Gestão de Certificados Digitais - Sync",
    "default_popup": "main.html"
  },
  "devtools_page": "devtools.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.syngularid.com.br/*",
        "https://*.syngularid.com.br/*",
        "http://*.bry.com.br/*",
        "https://*.bry.com.br/*",
        "file:///*",
        "http://localhost/*",
        "https://localhost/*"
      ],
      "css": [
        "sweetalert2.min.css",
        "bry.css"
      ],
      "js": [
        "react.bundle.js",
        "sweetalert2.bundle.js",
        "content_script.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "firefox-downloaded-file.png",
        "chrome-downloaded-file.png",
        "first-twosteps.png",
        "second-twosteps.png",
        "icon-361-grayscale.png",
        "trash.png",
        "download-arrow.png",
        "ok.png",
        "loading.gif",
        "brand.png",
        "icon-128.png",
        "script.bundle.js"
      ],
      "matches": [
        "http://*.syngularid.com.br/*",
        "https://*.syngularid.com.br/*",
        "http://*.bry.com.br/*",
        "https://*.bry.com.br/*",
        "file:///*",
        "http://localhost/*",
        "https://localhost/*"
      ]
    }
  ]
}