Examine source code of Catalog Machine - Easy Online Catalog Maker

Inspect and view changes in Catalog Machine - Easy Online Catalog Maker 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": "Catalog Machine - Easy Online Catalog Maker",
  "short_name": "Catalog Machine",
  "description": "Build and share online product catalogs - always up-to-date, available 24/7 and customized for your customers and events",
  "version": "2.8",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://www.catalogmachine.com/"
    ],
    "launch": {
      "web_url": "https://www.catalogmachine.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}