Strona Główna Onet

Strona Główna Onet

Bądź na bieżąco ze Stroną Główną Onetu. Zainstaluj rozszerzenie i ciesz się z najświeższych i najlepszych treści w internecie!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Strona Główna Onet",
  "short_name": "Onet",
  "description": "Bądź na bieżąco ze Stroną Główną Onetu. Zainstaluj rozszerzenie i ciesz się z najświeższych i najlepszych treści w internecie!",
  "version": "2.0.1",
  "manifest_version": 3,
  "host_permissions": [
    "*://*.onet.pl/*"
  ],
  "author": "RASP TECH",
  "icons": {
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "index.js"
  },
  "action": {
    "default_icon": {
      "32": "icons/icon_32.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "notifyPresence.js"
      ],
      "matches": [
        "*://*.onet.pl/*"
      ]
    }
  ]
}