Album Download

Album Download

Download Google Photo Albums

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.1.1",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "browser_action": {
    "default_title": "__MSG_appName__"
  },
  "permissions": [
    "identity",
    "downloads",
    "storage",
    "https://albumdownload.appspot.com/"
  ],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "albumdownload_icon_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}