Clover

Clover

Create awesome Cover Letter and Resume bullet points

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.5",
  "author": "SummaryGPT",
  "name": "Clover",
  "description": "Create awesome Cover Letter and Resume bullet points",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "permissions": [
    "identity",
    "identity.email",
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "CloverOverlay.74743e20.js"
      ],
      "css": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPWXAdk58I3X4Wo+5YhVRUDSrNDSzcMCdLPdcdCE6aDU2skjMkGjtWy2KJBI+T1k5clQ2ZlaPqQYVQv29ceFSGBvpN9w4TIXEA5B57Q7xnKJW1gg8Iu+g2vBnwkcyAzRuMj9AXdHxZtlIPl4w4wa6zZNamV3f3wSD4ti5CGfEdXQONCViIiM4P7aG72oapwVezrpBAqDq0ku7H0xmoUvzxpfPOaZJYpnHGam3nXolfQlyeYgNwRuWo08N5uexjbSKyCUmZuyeOqqiAv9/xMwKKxyNgAYotGNhz+Y1HL18abaj3gMfdMLECIz3JmLHo1VWMaYHno+TeHaWFRJNG+MuwIDAQAB",
  "oauth2": {
    "client_id": "974063808703-5s6cavr8m7v0b3gq036tcosug4cfcg84.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "CloverOverlay.98ee31a0.css",
        "CloverOverlay.7c05c6e1.png"
      ]
    }
  ]
}