Loadify - Smart Image Downloader

Loadify - Smart Image Downloader

The definitive tool to get all the images and colors of any web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Loadify - Smart Image Downloader",
  "version": "1.2.18",
  "description": "The definitive tool to get all the images and colors of any web.",
  "icons": {
    "16": "img/icon16.png",
    "24": "img/icon24.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_title": "Loadify - Smart Image Downloader",
    "default_icon": {
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    }
  },
  "author": "csimo",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}