Military Transitioning Resume Cheat Sheet

Military Transitioning Resume Cheat Sheet

Pro Tips to ensure your resume sells you as the best job candidate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Military Transitioning Resume Cheat Sheet",
  "manifest_version": 2,
  "short_name": "MilitaryTransitioningCheatSheet",
  "description": "Pro Tips to ensure your resume sells you as the best job candidate",
  "version": "2.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "default16.png"
  },
  "icons": {
    "128": "128px_260-1508947732.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}