What CMS Is This

What CMS Is This

Detect which CMS a site is using with the help of WhatCMS.org

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "What CMS Is This",
  "description": "Detect which CMS a site is using with the help of WhatCMS.org",
  "version": "0.1",
  "icons": {
    "38": "img/icon-38.png",
    "58": "img/icon-58.png",
    "76": "img/icon-76.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "*://*/*"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Detect Content Management System",
    "default_popup": "pages/index.html",
    "default_icon": {
      "38": "img/icon-38.png",
      "58": "img/icon-58.png",
      "76": "img/icon-76.png"
    }
  }
}