[2022-NEW]Freelancer Notifier

[2022-NEW]Freelancer Notifier

Bring Freelancer.com New Project Notification to Desktop Notification

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "data/options/config.js",
      "app.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon.png",
      "38": "img/icon.png"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.freelancer.com/*; object-src 'self'",
  "description": "Bring Freelancer.com New Project Notification to Desktop Notification",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "name": "[2022-NEW]Freelancer Notifier",
  "options_page": "data/options/options.html",
  "permissions": [
    "notifications",
    "storage",
    "cookies",
    "https://*.freelancer.com/*"
  ],
  "short_name": "Notifier",
  "version": "2022.1.3"
}