Real Jewish calendar

Real Jewish calendar

Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Real Jewish calendar",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more",
  "icons": {
    "128": "icons/01-tishrei-128.png"
  },
  "permissions": [
    "geolocation",
    "storage"
  ],
  "browser_action": {
    "default_title": "Jewish calendar",
    "default_icon": "icons/01-tishrei-128.png",
    "default_popup": "html/popup.html"
  }
}