TileNote

TileNote

Tile notes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "TileNote",
  "version": "1.6",
  "description": "Tile notes.",
  "icons": {
    "32": "tn32.png"
  },
  "action": {
    "default_icon": "tn32.png",
    "default_title": "TileNote"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}