SerasaAssina – Portal Assinatura Digital

SerasaAssina – Portal Assinatura Digital

Realize Assinaturas Digitais no navegador.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SerasaAssina – Portal Assinatura Digital",
  "version": "1.2.2",
  "version_name": "1.2.2",
  "description": "Realize Assinaturas Digitais no navegador.",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "19": "icon-361-grayscale.png",
      "38": "icon-361-grayscale.png"
    },
    "default_title": "SerasaAssina – Portal Assinatura Digital",
    "default_popup": "main.html"
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.certificadodigital.com.br/*",
        "https://*.certificadodigital.com.br/*",
        "http://*.bry.com.br/*",
        "https://*.bry.com.br/*",
        "file:///*",
        "http://localhost/*",
        "https://*.hom.sydle.com/*",
        "https://*.sydle.one/*",
        "https://ecommerce-eid-hom.sydle.com/*",
        "https://ecommerce-eid-dev.sydle.one/*",
        "https://ecommerce-eid-dev.sydle.com/*"
      ],
      "css": [
        "sweetalert2.min.css",
        "bry.css"
      ],
      "js": [
        "react.bundle.js",
        "sweetalert2.bundle.js",
        "content_script.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_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"
  ]
}