Examine source code of Mandala Maker

Inspect and view changes in Mandala Maker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Mandala Maker",
  "version": "0.0.3",
  "manifest_version": 3,
  "description": "Make beautiful and intricate mandala drawings with few easy steps",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/logo/logo-16.png",
      "32": "/images/logo/logo-32.png",
      "48": "/images/logo/logo-48.png",
      "128": "/images/logo/logo-128.png"
    }
  },
  "icons": {
    "16": "/images/logo/logo-16.png",
    "32": "/images/logo/logo-32.png",
    "48": "/images/logo/logo-48.png",
    "128": "/images/logo/logo-128.png"
  },
  "options_page": "about.html",
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}