Vietnamese Calendar

Vietnamese Calendar

Âm Lịch Việt Nam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vietnamese Calendar",
  "version": "1.9.4.3",
  "description": "Âm Lịch Việt Nam",
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "16": "images/icon.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "js/app.js"
  ]
}