Examine source code of Allback - Кэшбэк-сервис

Inspect and view changes in Allback - Кэшбэк-сервис source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Кэшбэк-сервис Allback",
  "description": "Получите все преимущества! Установите расширение и получайте кэшбэк без лишних забот и действий.",
  "version": "1.7.9resigned1",
  "icons": {
    "19": "icons/icon_19x19.png",
    "48": "icons/icon_48x48.png",
    "128": "icons/icon_128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_19x19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "lib/axios.min.js",
      "lib/URI.js",
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "activeTab",
    "tabs",
    "storage",
    "alarms",
    "http://*/*",
    "https://*/*"
  ],
  "default_locale": "ru",
  "web_accessible_resources": [
    "css/*",
    "lib/*",
    "fonts/*",
    "icons/*",
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d77680b-a4d1-4138-ae8a-a05b60adf127}"
    }
  }
}