Lịch Âm Dương Việt Nam

Lịch Âm Dương Việt Nam

Ứng dụng xem lịch âm dương Việt Nam. Có thể tùy chọn kiểu lịch hiển thị và đếm ngược đến tết dương và tết âm.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lịch Âm Dương Việt Nam",
  "version": "3.2",
  "short_name": "Lịch Việt Nam là một ứng dụng trên trình duyệt Chrome của Google. Nó cho phép người dùng xem và tra cứu ngày âm và ngày dương tương ứng.",
  "description": "Ứng dụng xem lịch âm dương Việt Nam. Có thể tùy chọn kiểu lịch hiển thị và đếm ngược đến tết dương và tết âm.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/style.css"
      ],
      "js": []
    }
  ],
  "background": {
    "service_worker": "js/background.min.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon_16.png"
    },
    "default_title": "Lịch Việt Nam",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}