Mouse Dictionary Kaggle Support

Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mouse Dictionary Kaggle Support",
  "manifest_version": 3,
  "version": "1.1.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "wtetsu",
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.kaggleusercontent.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Mouse Dictionary Kaggle Support"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}