RentalWatch - wyszukiwarka Gumtree / Olx

RentalWatch - wyszukiwarka Gumtree / Olx

Ten dodatek pozwoli na otrzymywanie natychmiastowych powiadomień o interesujących mieszkaniach z serwisów olx.pl oraz gumtree.pl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RentalWatch - wyszukiwarka Gumtree / Olx",
  "short_name": "Wyszukiwarka mieszkań na wynajem",
  "description": "Ten dodatek pozwoli na otrzymywanie natychmiastowych powiadomień o interesujących mieszkaniach z serwisów olx.pl oraz gumtree.pl",
  "author": "Kemal Erdem",
  "version": "2.1.0",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "mainIcon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Rental watch",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://www.gumtree.pl/*",
    "https://gumtree.pl/*",
    "https://www.olx.pl/*",
    "https://olx.pl/*",
    "storage",
    "notifications",
    "background"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "mainIcon.png"
  ]
}