节假日日历

节假日日历

节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "节假日日历",
  "version": "1.9",
  "description": "节假日日历插件, 自动更新2018年后的节假日,参考https://github.com/gyxing/calendar.crx",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "38": "images/icon38.png",
      "48": "images/icon48.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    },
    "default_title": "节假日日历",
    "default_popup": "index.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage"
  ]
}