PMP exam prep plugin

PMP exam prep plugin

This plugin help you to get ready for PMP certifications from practice test platform and braindump pdf

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PMP exam prep plugin",
  "description": "This plugin  help you to get ready for PMP certifications from practice test platform and braindump pdf",
  "version": "1.0.0",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://examcoin.com; object-src 'self'"
}