Tsukuba-Manaba2TwinC

筑波大学のmanabaのコースページからicsファイルを生成します
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Tsukuba-Manaba2TwinC",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "筑波大学のmanabaのコースページからicsファイルを生成します",
  "icons": {
    "48": "48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://manaba.tsukuba.ac.jp/ct/home"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "kdb_twinc.json"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}