Examine source code of Streak Email Tracking for Gmail

Inspect and view changes in Streak Email Tracking for Gmail 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",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "7.2",
  "homepage_url": "https://www.streak.com/email-tracking-from-gmail",
  "background": {
    "service_worker": "background-mv3.js"
  },
  "icons": {
    "16": "webstoreIcon16.png",
    "48": "webstoreIcon48.png",
    "128": "webstoreIcon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "app-common-gmail-main-world.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "app-mv3.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.google.com/*marketplace/*"
      ],
      "js": [
        "app-mv3.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_title": "Streak - Email Tracking for Gmail",
    "default_popup": "popup.html"
  },
  "minimum_chrome_version": "100.0",
  "permissions": [
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "management"
  ],
  "host_permissions": [
    "*://mail.google.com/",
    "*://mailfoogae.appspot.com/",
    "*://*.mailfoogae.appspot.com/",
    "*://*.googleusercontent.com/",
    "*://*.google.com/",
    "*://*.streak.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "blank.png",
        "blank.html",
        "iframe.js",
        "orangeIcon.png",
        "exclamation.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "clientjs/*",
        "userflow/*"
      ],
      "matches": [
        "https://*.google.com/*",
        "https://*.streak.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAilH8qGmiSA8Sgvfu0DeL57Gj23Rzk19jIkdDBrJPChdPTpcBZEPRu4hBMd/w1sfT5HDxmTvem0Wk3Au4CiXxGE2LNl1Xj5Er0scXEi+B3mjIWIrZzePufDqFczXTLGnqWH74E4wmAV1rY0otutHtGc5gauR0Lo/iW1908tq9NGqFq2TWGumyJjZUmRibjjDuKdycChxP0ZvMfYQbKnzx4mRW+3SEUgIcmWasihBILsG5nKxHADUFgAyq4W27qSM+s9dXzkzO/VVGJ67WIQpr/VDvXQ9YUyZr1snUK5C6QlAIg9bsQ5Tr/pdlxBg9Im0V9kBGCOF5Meci4ne3BGBWZQIDAQAB"
}