Examine source code of Coca Cola MeaVana

Inspect and view changes in Coca Cola MeaVana 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": "Coca Cola MeaVana",
  "short_name": "Coca Cola MeaVana",
  "description": "Welcome to the Coca Cola MeaVana new tab page",
  "version": "1.0.1",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAss1qqoEBkjR++eyf8U6NpXx2PTWEFBu2SbrwnCgoV8FrhAc+DalHBVG1+NoUE+Ngl071+vIHSA3k2P1JlBU10JF8eRtRFo/3WOPNqSJRU6kX5qebLUMbOXCABQSBTQW186rr+RV8ZrPTL4r8ujVLBEKGADNR/SWorI6lxKapmemJP/9T86r+hYpeRRbG7kBBoD8Zvm58NgRjVEuOU9fU8P6Ogfl319C6OzEvwj0vytEkDHtnkNP4vw4axek88bK50XR8uaMbMfGRDI5xF1i4ooobERSfvOSOntMbfeAzWew8AHHvTWOZ5ARPyz44CJJyx43IeaHnHqYvo30RUEU1tQIDAQAB",
  "minimum_chrome_version": "109",
  "action": {
    "default_title": "Open panel",
    "default_icon": {
      "16": "16x16.png",
      "24": "24x24.png",
      "32": "32x32.png",
      "48": "48x48.png",
      "128": "128x128.png"
    }
  },
  "icons": {
    "16": "16x16.png",
    "24": "24x24.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "src/pages/newtab/index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader.62c37a6a.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "options_page": "src/pages/options/index.html",
  "side_panel": {
    "default_path": "src/pages/sidepanel/index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "homepage_url": "https://meavana.com",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "128x128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/proxy.3d42db12.js",
        "assets/content.ts.602ba280.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "bookmarks",
    "topSites",
    "webNavigation",
    "webRequest",
    "declarativeNetRequest",
    "tabs",
    "sidePanel"
  ],
  "optional_permissions": [
    "history"
  ],
  "commands": {
    "wallpaper": {
      "description": "Open wallpaper tab on sidebar",
      "suggested_key": {
        "default": "Alt+1",
        "linux": "Ctrl+Shift+1"
      }
    },
    "scratch": {
      "description": "Open notes tab on sidebar",
      "suggested_key": {
        "default": "Alt+4",
        "linux": "Ctrl+Shift+4"
      }
    },
    "news": {
      "description": "Open news tab on sidebar",
      "suggested_key": {
        "default": "Alt+5",
        "linux": "Ctrl+Shift+5"
      }
    },
    "games": {
      "description": "Open games tab on sidebar"
    },
    "integrations": {
      "description": "Open Integrations on sidebar",
      "suggested_key": {
        "default": "Alt+8",
        "linux": "Ctrl+Shift+8"
      }
    },
    "gpt": {
      "description": "Open ChatGPT on sidebar"
    },
    "google": {
      "description": "Open Google suite on sidebar"
    },
    "template": {
      "description": "Open templates tab on sidebar"
    },
    "searchPictures": {
      "description": "Open images search tab on sidebar"
    },
    "crypto": {
      "description": "Open crypto tab on sidebar"
    },
    "settings": {
      "description": "Open settings tab on sidebar"
    },
    "profile": {
      "description": "Open profile tab on sidebar"
    }
  }
}