Badíʿ Calendar

Badíʿ Calendar

Shows today's date in the Badíʿ (Wondrous) calendar, the official calendar of the Bahá'í Faith.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_title__",
  "version": "3.2.3",
  "description": "__MSG_titleDesc__",
  "default_locale": "en",
  "icons": {
    "48": "badi19a-48.png",
    "128": "badi19a-128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-3.3.1.min.js",
      "background.js",
      "sharedBrowser.js",
      "suncalc.js",
      "holydays.js",
      "moment.min.js",
      "shared.js",
      "backgroundReminderModule.js"
    ]
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "geolocation",
    "contextMenus",
    "clipboardWrite",
    "tts",
    "https://maker.ifttt.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_browserActionTitle__",
    "default_icon": {
      "48": "badi19a-48.png"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://maps.googleapis.com; object-src 'self'",
  "author": "Glen Little",
  "short_name": "BadiCal",
  "manifest_version": 2,
  "incognito": "split",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+D",
        "mac": "Command+Shift+D",
        "chromeos": "Ctrl+Shift+D",
        "linux": "Ctrl+Shift+D"
      }
    }
  }
}