GIPHY for Chrome

GIPHY for Chrome

All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GIPHY for Chrome",
  "version": "3.13",
  "description": "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!",
  "manifest_version": 3,
  "permissions": [
    "downloads"
  ],
  "icons": {
    "128": "/img/128x128_vertical.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "GIPHY for Chrome",
    "default_icon": {
      "19": "/img/giphy_icon_19.png",
      "38": "/img/giphy_icon_38.png"
    }
  }
}