Kompositor

Kompositor

Design web animations with ease. Dive into 3D transformations using mouse control to transform and captivate your creations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kompositor",
  "version": "0.1.12",
  "description": "Design web animations with ease. Dive into 3D transformations using mouse control to transform and captivate your creations",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "optional_permissions": [
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.js",
        "inject.mjs",
        "style.css",
        "inter-font.css",
        "Inter.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {},
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}