Examine source code of Keak - Automated A/B Testing & Web Editor

Inspect and view changes in Keak - Automated A/B Testing & Web Editor source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Keak - Automated A/B Testing & Web Editor",
  "description": "Generate, share, and launch A/B tests from your browser. No code required.",
  "version": "1.7.5",
  "default_locale": "en_US",
  "icons": {
    "16": "icons/Logo16.png",
    "32": "icons/Logo32.png",
    "48": "icons/Logo48.png",
    "128": "icons/Logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/tutorial.svg",
        "images/tutorial_cover.png",
        "images/ext-logo.png",
        "images/extension.png",
        "images/extension.svg",
        "images/welcome-message.png",
        "images/welcome-message.svg",
        "images/framer_docs.png",
        "images/cross.svg",
        "images/tutorial_cover_backdrop.png",
        "images/play.svg",
        "images/cursor.svg",
        "images/share.svg",
        "images/profile.svg",
        "images/chart.svg",
        "images/feedback.svg",
        "images/help.svg",
        "images/paint_brush.svg",
        "images/back.svg",
        "images/feed-cat-issue.svg",
        "images/feed-cat-idea.svg",
        "images/feed-cat-other.svg",
        "images/image_icon.svg",
        "images/video_icon.svg",
        "images/download_icon.svg",
        "images/magic_pencil.svg",
        "styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "./auth/auth.html",
    "default_title": "Keak Extension"
  },
  "author": "eamonn@keak.com",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}