GIPHY for Edge

GIPHY for Edge

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


{
  "browser_action": {
    "default_icon": {
      "19": "/img/giphy_icon_19.png",
      "38": "/img/giphy_icon_38.png"
    },
    "default_popup": "index.html",
    "default_title": "GIPHY for Edge"
  },
  "background": {
    "scripts": [
      "download.js"
    ]
  },
  "description": "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!",
  "icons": {
    "128": "/img/128x128_vertical.png"
  },
  "manifest_version": 2,
  "name": "GIPHY for Edge",
  "permissions": [
    "downloads",
    "storage",
    "tabs",
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "3.9",
  "web_accessible_resources": [
    "/img/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}