LUZit - Click your text to the calendar

LUZit - Click your text to the calendar

LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LUZit - Click your text to the calendar",
  "short_name": "LUZit",
  "version": "0.0.0.6",
  "author": "Yiscah Levy Silas & Hillel Lehman",
  "description": "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text",
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "icons": {
    "16": "icon16.jpg",
    "48": "icon48.jpg",
    "128": "icon128.jpg"
  },
  "permissions": [
    "https://heb-text-to-calendar.herokuapp.com/parse_text",
    "contextMenus"
  ]
}