{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://colden.store/#organization",
      "name": "Colden",
      "alternateName": ["Colden Store", "colden.store"],
      "url": "https://colden.store/",
      "email": "hello@colden.studio"
    },
    {
      "@type": ["SoftwareApplication", "Product"],
      "@id": "https://colden.store/typemotion/#product",
      "productID": "typemotion",
      "name": "TypeMotion",
      "alternateName": "Type Motion",
      "description": "Animates text by letter, word or line inside Adobe Premiere Pro and After Effects without manually keyframing each element.",
      "url": "https://colden.store/typemotion/",
      "image": "https://colden.store/assets/typemotion-logo-640.webp?v=20260716-2",
      "applicationCategory": "MultimediaApplication",
      "applicationSubCategory": "Video editing plugin",
      "operatingSystem": "Windows 10, Windows 11, macOS 11 or later",
      "softwareRequirements": "Adobe Premiere Pro 2022 or later, or Adobe After Effects 2022 or later",
      "brand": {"@id": "https://colden.store/#organization"},
      "offers": {
        "@type": "Offer",
        "price": "29.99",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "url": "https://colden.store/typemotion/"
      }
    },
    {
      "@type": ["SoftwareApplication", "Product"],
      "@id": "https://colden.store/motionease/#product",
      "productID": "motionease",
      "name": "MotionEase",
      "alternateName": "Motion Ease",
      "description": "Adds a visual value and speed graph editor for shaping easing curves on native Adobe Premiere Pro keyframes.",
      "url": "https://colden.store/motionease/",
      "image": "https://colden.store/assets/motionease-logo-640.webp",
      "applicationCategory": "MultimediaApplication",
      "applicationSubCategory": "Video editing plugin",
      "operatingSystem": "Windows 10, Windows 11, macOS 11 or later",
      "softwareRequirements": "Adobe Premiere Pro 2022 (v22.0) or later",
      "brand": {"@id": "https://colden.store/#organization"},
      "offers": {
        "@type": "Offer",
        "price": "19.99",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "url": "https://colden.store/motionease/"
      }
    },
    {
      "@type": ["SoftwareApplication", "Product"],
      "@id": "https://colden.store/quickfx/#product",
      "productID": "quickfx",
      "name": "QuickFX",
      "alternateName": "Quick FX",
      "description": "Opens a keyboard-triggered search popup for applying Adobe Premiere Pro effects, transitions and saved presets to selected clips.",
      "url": "https://colden.store/quickfx/",
      "image": "https://colden.store/assets/quickfx-logo-640.png",
      "applicationCategory": "MultimediaApplication",
      "applicationSubCategory": "Video editing plugin",
      "operatingSystem": "Windows 10, Windows 11, macOS 11 or later",
      "softwareRequirements": "Adobe Premiere Pro 2022 (v22.0) or later",
      "brand": {"@id": "https://colden.store/#organization"},
      "offers": {
        "@type": "Offer",
        "price": "19.99",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "url": "https://colden.store/quickfx/"
      }
    },
    {
      "@type": ["SoftwareApplication", "Product"],
      "@id": "https://colden.store/typemotion-basic/#product",
      "productID": "typemotion-basic",
      "name": "TypeMotion Basic",
      "description": "A free text animation plugin for Adobe Premiere Pro and After Effects with Fade Up, timing, direction, font, size and fill controls.",
      "url": "https://colden.store/typemotion-basic/",
      "image": "https://colden.store/assets/typemotion-basic-logo-640.webp?v=20260716-1",
      "applicationCategory": "MultimediaApplication",
      "applicationSubCategory": "Video editing plugin",
      "operatingSystem": "Windows and macOS",
      "brand": {"@id": "https://colden.store/#organization"},
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "url": "https://colden.store/typemotion-basic/"
      }
    },
    {
      "@type": "Product",
      "@id": "https://colden.store/#bundle",
      "productID": "bundle",
      "name": "The Essentials Bundle",
      "description": "TypeMotion, MotionEase and QuickFX in one purchase.",
      "url": "https://colden.store/#bundle",
      "image": "https://colden.store/assets/essentials-bundle-640.webp",
      "brand": {"@id": "https://colden.store/#organization"},
      "isRelatedTo": [
        {"@id": "https://colden.store/typemotion/#product"},
        {"@id": "https://colden.store/motionease/#product"},
        {"@id": "https://colden.store/quickfx/#product"}
      ],
      "offers": {
        "@type": "Offer",
        "price": "49.99",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "url": "https://colden.store/#bundle"
      }
    }
  ]
}
