自動車保有関係手続ワンストップサービスブラウザプラグイン

自動車保有関係手続ワンストップサービスブラウザプラグイン

自動車保有関係手続ワンストップサービスで、申請を行うために必要なアプリケーションです。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "自動車保有関係手続ワンストップサービスブラウザプラグイン",
  "version": "1",
  "manifest_version": 3,
  "description": "自動車保有関係手続ワンストップサービスで、申請を行うために必要なアプリケーションです。",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.oss.mlit.go.jp/*"
      ],
      "js": [
        "content-scripts.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "oss-ifs-plugin-script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "144": "icon-144.png"
  },
  "permissions": [
    "nativeMessaging"
  ]
}