Felica IDm Receiver Extension for RC-S380

Felica IDm Receiver Extension for RC-S380

Sending Felica Card ID to Web pages with IDm Reader App.(Supporting writing id and key)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Felica IDm Receiver Extension for RC-S380",
  "version": "3.0.1",
  "manifest_version": 2,
  "offline_enabled": true,
  "options_page": "option.html",
  "description": "Sending Felica Card ID to Web pages with IDm Reader App.(Supporting writing id and key)",
  "background": {
    "scripts": [
      "tripledes.js",
      "authLib.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs"
  ]
}