LinCV - Printable LinkedIn CV

LinCV - Printable LinkedIn CV

Generate a beautiful printable CV / resume based on your LinkedIn profile data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  }
}