Piphy

Piphy

Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Piphy",
  "name": "Piphy",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Piphy"
  },
  "version": "1.1",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "./Images-Cloud-16.png",
    "48": "./Images-Cloud-48.png",
    "128": "./Images-Cloud-128.png"
  }
}