The GIF Oracle

The GIF Oracle

Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The GIF Oracle",
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "version": "1.0.3",
  "omnibox": {
    "keyword": "oracle"
  },
  "description": "Select a word and retrieve a random GIF of it with the might of the ORACLE!  Powered by the Giphy API.",
  "permissions": [
    "contextMenus",
    "tabs",
    "notifications",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}