The Gallery

The Gallery

Easy to view and download your favourite images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Gallery",
  "description": "Easy to view and download your favourite images",
  "author": "Harshal Mukte",
  "version": "0.2.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "downloads",
    "storage"
  ]
}