Gifs Maker App

Gifs Maker App

Select a video file to turn into a gif by uploading a file from your computer drive or enter a video URL address. Choose the start…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Gifs Maker",
  "name": "Gifs Maker App",
  "version": "2.11.0.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Gifsmaker"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "content_scripts": [
      {
        "matches": [
          "*://*/*"
        ],
        "js": [
          "gtm.js"
        ],
        "run_at": "document_end"
      }
    ],
    "extension_pages": "script-src-elem  'self' 'wasm-unsafe-eval' 'unsafe-eval' 'unsafe-inline' blob: ; script-src 'self' 'wasm-unsafe-eval' ; object-src 'self' 'wasm-unsafe-eval'; "
  }
}