Propos.li

Propos.li

Let Propos.li Help You Send Winning Upwork Proposals and Find Your Ideal Jobs faster

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "name": "Propos.li",
  "description": "Let Propos.li Help You Send Winning Upwork Proposals and Find Your Ideal Jobs faster",
  "version": "2.3.4",
  "manifest_version": 3,
  "host_permissions": [
    "*://*.upwork.com/*",
    "https://app.propos.li/*"
  ],
  "action": {
    "default_popup": "index.live.html",
    "default_icon": {
      "16": "/images/Logo-16.png",
      "48": "/images/Logo-48.png",
      "128": "/images/Logo-128.png"
    }
  },
  "icons": {
    "16": "/images/Logo-16.png",
    "48": "/images/Logo-48.png",
    "128": "/images/Logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.upwork.com/*",
        "https://app.propos.li/*"
      ],
      "css": [
        "css/style.css",
        "css/proposli.css",
        "css/notification.css",
        "css/get-started.css",
        "css/templates-account.css",
        "css/job-settings-notification.css"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/async/request.js",
        "js/components/template.js",
        "js/components/macroses.js",
        "js/components/labels.js",
        "js/content.js",
        "js/components/rss.js",
        "js/components/notification-schedule.js",
        "js/components/notification.js",
        "js/components/insights.js",
        "js/get-notification.js"
      ]
    }
  ],
  "post_install_url": "https://app.propos.li/congrats",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ]
}