Resume CheatSheet

Resume CheatSheet

Invaluable pro tips help you create a winning resume increasing your get hired opps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Resume CheatSheet",
  "manifest_version": 2,
  "short_name": "ResumeCheatSheet",
  "description": "Invaluable pro tips help you create a winning resume  increasing your  get hired opps",
  "version": "1.0.2017",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_260-1507843727.png"
  },
  "icons": {
    "128": "128px_260-1507843666.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}