notepad extension

notepad extension

It allows you to save key points

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "notepad extension",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "It allows you to save key points",
  "author": "Trendy Techs",
  "icons": {
    "16": "notepadicon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "notetaking extension",
    "default_icon": {
      "16": "notepadicon.png"
    }
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}