My Perfect Resume: Customize, Autofill, Apply

My Perfect Resume: Customize, Autofill, Apply

Customize your resume. Autofill your applications. Apply with confidence.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "description": "Customize your resume. Autofill your applications. Apply with confidence.",
  "version": "1.21.21",
  "icons": {
    "48": "sys-res/myperfectresume-icon-48.png",
    "128": "sys-res/myperfectresume-icon-128.png"
  },
  "page_action": {
    "default_icon": {
      "48": "sys-res/myperfectresume-icon-48.png",
      "128": "sys-res/myperfectresume-icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "tabs",
    "*://*.myperfectresume.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.myperfectresume.com/*"
    ],
    "accepts_tls_channel_id": false
  },
  "web_accessible_resources": [
    "img/*",
    "css/*",
    "data/*",
    "js/*",
    "images/*",
    "zion-customizer.html"
  ],
  "name": "My Perfect Resume: Customize, Autofill, Apply",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArTgvQRVMz+UprYieP5UdHBuMeIJvXKUKVoZANU7NTSzokHm1jhUJ0kKevpoNZCI4gU/4fbXtc8qJg2PHANSFmOHPS4B1KID+Rn7COujNrhpmpe4DHFQ2SzeZ+INPr56mPL1bRUEaao9/UHBlsd/qW/JIGK3iB/Hy3G5izOQLxh244tyoLgtYtiec1FjkGqg1i8Xf9W12i7738ANeZ5UdDnfUrt+P6IUVOtAeWz2QVt81jdLa2MuQ+pqajGa2MJ9eP1DHZyx9Wq/gTfS9z/iidB/2/aU+ix5fzlTsVioXeklRiGwjfY0b1jpLn7cg5tniOBn1UHPaR8BpO5WiYFS9hwIDAQAB",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.mxpnl.com https://cdn.segment.com/ https://www.google-analytics.com; object-src 'self';"
}