マイナポータル

マイナポータル

様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "マイナポータル",
  "description": "様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。",
  "manifest_version": 3,
  "version": "34",
  "action": {
    "default_icon": {
      "38": "images/icon38.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mposs.force.com/*",
        "https://portal.post.japanpost.jp/*",
        "https://login.post.japanpost.jp/*",
        "https://*.go.jp/*",
        "https://*.e-shishobako.ne.jp/*",
        "https://*.lg.jp/*",
        "https://*.e-taxrenkei.jp/*",
        "https://aizuwakamatsu.mylocal.jp/*",
        "https://*.mypg.jp/*",
        "https://*.onshikaku.org/*",
        "https://*.online-web-development.net/*",
        "https://portal.city.higashimurayama.tokyo.jp/*"
      ],
      "run_at": "document_end",
      "js": [
        "MPA_Content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "MPA_Background.js"
  },
  "permissions": [
    "nativeMessaging"
  ]
}