Examine source code of ProProfs Quiz Maker

Inspect and view changes in ProProfs Quiz 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",
  "manifest_version": 2,
  "name": "ProProfs Quiz Maker",
  "description": "Easiest way to create online quizzes & tests",
  "version": "12.2",
  "app": {
    "urls": [
      "http://www.proprofs.com/quiz-school/"
    ],
    "launch": {
      "web_url": "http://www.proprofs.com/quiz-school/create-a-quiz.php"
    }
  },
  "icons": {
    "128": "Icon_P_128x128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}