gifstasher

gifstasher

Store your reaction gifs for quick and easy access!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "gifstasher",
  "description": "Store your reaction gifs for quick and easy access!",
  "version": "1.0.7",
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardRead",
    "clipboardWrite",
    "notifications"
  ],
  "icons": {
    "16": "img/icon-bitty.png",
    "48": "img/icon-small.png",
    "128": "img/icon-large.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/require.js",
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "img/icon-small.png"
  ]
}