About me -Profile Manager

About me -Profile Manager

Keeps your profile links and provides effective way to share your contact information

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "About me -Profile Manager",
  "description": "Keeps your profile links and provides effective way to share your contact information",
  "version": "0.0.2",
  "icons": {
    "100": "logo.png"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}