Mai Lan Image Search

Mai Lan Image Search

A must-have extension for Designers. Quickly search, download FREE stock photos and High-res images from top websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "author": "JUNO_OKYO",
  "homepage_url": "https://www.junookyo.com/?utm_source=extension&utm_medium=mai_lan_image_search",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.unsplash.com/*",
        "https://*.everypixel.com/search*",
        "https://burst.shopify.com/*/search*",
        "https://*.pexels.com/search/*",
        "https://picjumbo.com/*"
      ],
      "css": [
        "styles/mailan-button.css"
      ],
      "js": [
        "scripts/inject-download-button.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "downloads"
  ],
  "omnibox": {
    "keyword": "mailan"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "__MSG_appName__"
  },
  "web_accessible_resources": [
    "images/icon-48.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://ssl.google-analytics.com https://ajax.googleapis.com https://cdnjs.cloudflare.com; object-src 'self'"
}