KLIPY - Clips & Meme

KLIPY - Clips & Meme

Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KLIPY - Clips & Meme",
  "description": "Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…",
  "version": "4.0",
  "action": {
    "default_popup": "popup.html",
    "default_title": "KikLiko - Search GIFs with Sound"
  },
  "icons": {
    "16": "assets/icons/16x16.png",
    "32": "assets/icons/32x32.png",
    "64": "assets/icons/64x64.png",
    "128": "assets/icons/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://kikliko.com/*",
        "*://*.kikliko.com/*"
      ],
      "js": [
        "assets/js/detect_extension.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/js/background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": []
}