マイナポイント

マイナポイント

マイナポイントのアプリケーションです。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "マイナポイント",
  "description": "マイナポイントのアプリケーションです。",
  "manifest_version": 2,
  "version": "1.0.4",
  "browser_action": {
    "default_icon": {
      "38": "images/40.png"
    }
  },
  "icons": {
    "16": "images/20.png",
    "48": "images/58.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://id.mykey.soumu.go.jp/*",
        "https://external.id.mykey.soumu.go.jp/*"
      ],
      "js": [
        "MKPF_Main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "MKPF_Background.js"
    ]
  },
  "permissions": [
    "nativeMessaging"
  ]
}