Gif-t

Gif-t

Transform your web browsing into a creative journey with Gif-t. The Chrome extension that lets you craft engaging GIF trailers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gif-t",
  "description": "Transform your web browsing into a creative journey with Gif-t. The Chrome extension that lets you craft engaging GIF trailers.",
  "version": "1.0",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/logo.gif",
      "48": "icons/logo.gif",
      "128": "icons/logo.gif"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}