V.Reddit To Gfycat

V.Reddit To Gfycat

Upload v.reddit videos to Gfycat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "V.Reddit To Gfycat",
  "version": "1.2",
  "description": "Upload v.reddit videos to Gfycat",
  "icons": {
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "manifest_version": 2
}