Freelancehunt Companion

Freelancehunt Companion

- Получайте уведомления о новых проектах первыми. - Читайте вашу ленту прямо из расширения. - Получайте уведомления о новых…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Freelancehunt Companion",
  "short_name": "Freelancehunt Companion",
  "version": "1.0.1",
  "offline_enabled": false,
  "permissions": [
    "https://api.freelancehunt.com/v2/",
    "unlimitedStorage"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com  'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "16": "icons/freelancehunt_16.png",
    "48": "icons/freelancehunt_48.png",
    "128": "icons/freelancehunt_128.png"
  },
  "browser_action": {
    "default_title": "Freelancehunt Companion",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "page": "background/background.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true,
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "https://www.google-analytics.com/analytics.js",
    "sounds/note.mp3"
  ]
}