Japanese - Vietnamese JLPT Flash Card

Japanese - Vietnamese JLPT Flash Card

Học tiếng Nhật JLPT bằng Flashcard.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Japanese - Vietnamese JLPT Flash Card",
  "description": "Học tiếng Nhật JLPT bằng Flashcard.",
  "version": "1.0.14",
  "manifest_version": 3,
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_icon": {
      "48": "images/logo/logo_48.png",
      "128": "images/logo/logo_128.png",
      "256": "images/logo/logo_256.png"
    },
    "default_popup": "./popup/main.html",
    "default_title": "Multi-Languages Studying Flash Card"
  },
  "icons": {
    "48": "images/logo/logo_48.png",
    "128": "images/logo/logo_128.png",
    "256": "images/logo/logo_256.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>",
    "file:///*",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "all_frames": false,
      "exclude_matches": [
        "https://meet.google.com/*",
        "https://www.facebook.com/groupcall/*",
        "https://www.facebook.com/videocall/*"
      ],
      "run_at": "document_idle",
      "css": [
        "./content_scripts/css/w3.css"
      ],
      "js": [
        "./content_scripts/main.js",
        "./content_scripts/copyright.min.js"
      ]
    }
  ]
}