Saathi

Saathi

An add-on to enter your feelings, emotions and do something about it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Saathi",
  "description": "An add-on to enter your feelings, emotions and do something about it",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/logo.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}