RainbowNote

RainbowNote

Notes with rainbow colors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "RainbowNote",
  "version": "30.1",
  "description": "Notes with rainbow colors.",
  "icons": {
    "32": "rn32.png"
  },
  "action": {
    "default_icon": "rn32.png",
    "default_title": "RainbowNote"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}