Inspect and view changes in CFViewer 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
{
"manifest_version": 2,
"name": "CFViewer",
"version": "1.1",
"homepage_url": "https://rudradesai.in/cfviewer/",
"description": "Suggests Problems and Contests based on your past problem solving history on codeforces.",
"icons": {
"48": "icons/android-icon-48x48.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "icons/favicon-16x16.png",
"32": "icons/favicon-32x32.png"
},
"default_title": "CFViewer",
"default_popup": "popup/popup.html"
}
}