Examine source code of MoneyBack.biz - кэшбэк сервис

Inspect and view changes in MoneyBack.biz - кэшбэк сервис 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": "MoneyBack.biz",
  "description": "MoneyBack.biz - кэшбэк сервис",
  "version": "2.0.2",
  "icons": {
    "16": "/img/16.png",
    "48": "/img/48.png",
    "128": "/img/128.png"
  },
  "browser_action": {
    "default_icon": "/img/48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "/libs/jquery.min.js",
      "/libs/psl.min.js",
      "/config.js",
      "/js/api.js",
      "/js/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "templates/*",
    "libs/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{727132d7-327a-4089-844b-82be8bcfd2ff}"
    }
  }
}