Som Task

Som Task

Start Som Task

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Som Task",
  "version": "0.1",
  "description": "Start Som Task ",
  "icons": {
    "128": "logo128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Som Task"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}