ArkSigner

ArkSigner

ArkSignerBEs | e-İmza Uygulaması

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "ArkSigner",
  "description": "ArkSignerBEs | e-İmza Uygulaması",
  "version": "2.0.1",
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgR1/GcFXy3fRzZHytu47LNceaKrr2Gl6MWyenqpCNUW6+/8b+HIpHpHInZx3bflSgfUMcThFFlDphGYS8Zu/YUsHT0r14CeM0FhDtgdP3EKg3IUg22gNIzAt2PGOEjgAjKiFFUPGI8qqWpag+3KKEdOhdLLIlDRbogcXVz0ZXiOcLdVzFnJaV/z0Es/D1ps3qYVQuy0/sjqvhnDwFEk1TvvJ6g+LW8ME9N0fVRhQNQLcfNDRhcSlGpHLCVmjvnDMuij56OFlk8LCY8ZTrrL4TSPyfwth6m7FlekmVhuOBe8a48MhLb6Kk1Rvjq7gGk0MGxvYdT9yN30HgE6877I7lQIDAQAB",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "content.js",
        "background.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}