Dejora, Your Personal Assistant For Life

Dejora, Your Personal Assistant For Life

Quick access to evolve and heal your state of mind with Dejora

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dejora, Your Personal Assistant For Life",
  "short_name": "Dejora",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Quick access to evolve and heal your state of mind with Dejora",
  "author": "Ordin Zabek",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [],
  "browser_action": {
    "default_icon": "icons/dejora.png",
    "default_popup": "popup/index.html"
  }
}