What CMS is it?

What CMS is it?

Find out which web technologies a site is built with

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "What CMS is it?",
  "version": "0.0.1",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "description": "Find out which web technologies a site is built with",
  "author": "[email protected]",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  }
}