myWishBoard

myWishBoard

myWishBoard extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "myWishBoard",
  "description": "myWishBoard extension",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "background"
  ],
  "action": {
    "default_title": "Click to show an alert"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/img/default-16x16.png",
    "32": "/img/default-32x32.png",
    "48": "/img/default-48x48.png",
    "64": "/img/default-64x64.png",
    "128": "/img/default-128x128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}