Inspect and view changes in CompetitionGurus 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": "CompetitionGurus",
"description": "Get latest Info on Government Jobs ",
"version": "1.0",
"icons": {
"38": "cgurus.png"
},
"browser_action": {
"default_icon": "cg4.png",
"default_popup": "popup.html",
"default_title": "Get Exam Info"
},
"permissions": [
"activeTab",
"https://*/*",
"http://*/*"
]
}