GIF Stash

GIF Stash

Collect GIFs !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GIF Stash",
  "version": "0.0.3",
  "manifest_version": 3,
  "description": "Collect GIFs !",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "gif_stash.png",
    "default_title": "GIF Stash",
    "default_popup": "gif_stash.html"
  },
  "permissions": [
    "tabs",
    "bookmarks"
  ]
}