MetaNote

MetaNote

Add notes to any page on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MetaNote",
  "description": "Add notes to any page on the web",
  "version": "1.0.1",
  "icons": {
    "16": "img/icon-orange-16.png",
    "48": "img/icon-orange-48.png",
    "128": "img/icon-orange-128.png"
  },
  "action": {},
  "background": {
    "service_worker": "app/background.js"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ]
}