Photo resize compress and Zip

Photo resize compress and Zip

It's free tool to compress and zip all Images together in very impressive, simple and super fast speed!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Photo resize compress and Zip",
  "description": "It's free tool to compress and zip all Images together in very impressive, simple and super fast speed!",
  "manifest_version": 2,
  "version": "2.1",
  "app": {
    "urls": [
      "https://photoczip.firebaseapp.com/"
    ],
    "launch": {
      "web_url": "https://photoczip.firebaseapp.com/"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}