Gdeslon - партнерские программы

Сеть партнерских программ с оплатой за покупку «Где Слон?».
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gdeslon - партнерские программы",
  "description": "Сеть партнерских программ с оплатой за покупку «Где Слон?».",
  "version": "1.0.2",
  "action": {
    "default_icon": {
      "32": "src/image/inactive-icon-48.png",
      "64": "src/image/active-icon-48.png"
    },
    "default_title": "Gdeslon",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "src/image/inactive-icon-48.png",
    "64": "src/image/active-icon-48.png",
    "128": "src/image/active-icon-48.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "https://gdeslon.ru/",
    "https://www.gdeslon.ru/"
  ],
  "background": {
    "service_worker": "background.js"
  }
}