TFabTile

TFabTile

TFabWorksのwebアプリケーション「TFabTile」のchrome拡張機能です

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TFabTile",
  "version": "3.0.3",
  "description": "TFabWorksのwebアプリケーション「TFabTile」のchrome拡張機能です",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "homepage_url": "https://tile.tfabworks.com/",
  "host_permissions": [
    "https://classroom.google.com/",
    "https://meet.google.com/"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content-script.ts-aa6cb652-dc4eaac8.js"
      ],
      "matches": [
        "https://classroom.google.com/*",
        "https://meet.google.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://classroom.google.com/*",
        "https://meet.google.com/*"
      ],
      "resources": [
        "assets/content-script.ts-aa6cb652.js"
      ],
      "use_dynamic_url": true
    }
  ]
}