Freelancer Buddy

Freelancer Buddy

Auto-update of the feed, auto-filling of applications, profile statistics, 20 order filters, shortening links, uploading to CSV

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.0.13",
  "icons": {
    "16": "assets/images/logo.png",
    "48": "assets/images/logo.png",
    "128": "assets/images/logo-128.png"
  },
  "web_accessible_resources": [
    "assets/images/old-icon.ico",
    "assets/images/*.png",
    "options/css"
  ],
  "content_security_policy": "script-src 'self' https://www.clarity.ms https://api.telegram.org https://connect.facebook.net https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "assets/images/logo.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.upwork.com/freelancers/*",
        "*://*.upwork.com/fl/*",
        "*://*.upwork.com/ab/proposals/job/*",
        "*://*.upwork.com/ab/proposals/interview/uid/*",
        "*://*.upwork.com/ab/profiles/search/details/*/profile/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "management",
    "storage",
    "alarms",
    "background",
    "notifications",
    "https://freelancer-buddy.website.yandexcloud.net/",
    "https://clck.ru/",
    "https://www.upwork.com/"
  ]
}