Yung GIF

Yung GIF

Top 25 gifs (and more) on reddit - one click away.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yung GIF",
  "description": "Top 25 gifs (and more) on reddit - one click away.",
  "version": "0.3.1",
  "short_name": "Yung GIF",
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-2.1.0.min.js",
      "pingu.js",
      "yung_gif.js"
    ]
  },
  "browser_action": {
    "default_icon": "crapicon.png",
    "tooltip": "Let's find GIFs."
  },
  "options_page": "i_want_more.html",
  "icons": {
    "16": "assets/logo16.png",
    "48": "assets/logo48.png",
    "128": "assets/logo.png"
  }
}