Tutti Cloud - Comments Underground

Tutti Cloud - Comments Underground

Comments Underground

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Tutti Cloud - Comments Underground",
  "short_name": "Tutti Cloud",
  "description": "Comments Underground",
  "version": "1.0.3",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "/images/Tutti_Cloud_32.png",
      "48": "/images/Tutti_Cloud_48.png",
      "128": "/images/Tutti_Cloud_128.png"
    }
  },
  "icons": {
    "32": "/images/Tutti_Cloud_32.png",
    "48": "/images/Tutti_Cloud_48.png",
    "128": "/images/Tutti_Cloud_128.png"
  },
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}