Inspect and view changes in LinCV - Printable LinkedIn CV 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": "LinCV - Printable LinkedIn CV",
"short_name": "LinCV",
"description": "Generate a beautiful printable CV / resume based on your LinkedIn profile data.",
"version": "1.0.5",
"author": "Nodetics",
"default_locale": "en",
"permissions": [
"cookies",
"storage",
"https://*.linkedin.com/*"
],
"background": {
"scripts": [
"js/util.js",
"js/background.js",
"js/parser.js"
],
"persistent": true
},
"icons": {
"16": "images/icon16.png",
"64": "images/icon64.png",
"128": "images/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images/icon16.png",
"64": "images/icon64.png",
"128": "images/icon128.png"
},
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}