Image And Photo Downloader - Online and Free

Image And Photo Downloader - Online and Free

Effortlessly save images online with Image And Photo Downloader - Online and Free. Your image downloader, hassle-free photo saving!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "version": "1.0.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "app.html"
  },
  "description": "__MSG_shortDesc__",
  "name": "__MSG_appName__",
  "background": {
    "service_worker": "./bg.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "image-page.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "identity"
  ],
  "optional_permissions": [],
  "icons": {
    "128": "assets/icons/logo_128.png",
    "256": "assets/icons/logo_256.png",
    "512": "assets/icons/logo_512.png"
  }
}