Inspect and view changes in COMPITA Server+ SK0-004 exam prep plugin 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": "COMPITA Server+ SK0-004 exam prep plugin",
"description": "This plugin help you to get ready for Server+ 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'"
}