freeeマイナポータル連携AP

freeeマイナポータル連携AP

freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "freeeマイナポータル連携AP",
  "version": "1.0.6",
  "description": "freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://k.secure.freee.co.jp/**"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/swallow_icon_16.png",
    "48": "icons/swallow_icon_48.png",
    "128": "icons/swallow_icon_128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "https://k.secure.freee.co.jp/**"
  ]
}