Examine source code of Монетка - кэшбэк сервис, купоны

Inspect and view changes in Монетка - кэшбэк сервис, купоны 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
{
  "background": {
    "scripts": [
      "js/coin.mainScript.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/logo512.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/coin.injectedStyle.css"
      ],
      "js": [
        "js/coin.injectedScript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Монетка - кэшбэк сервис, купоны и промокоды бесплатно",
  "icons": {
    "512": "img/logo512.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj23jkyvVcL/sm48PKwGbazmZTiLNJaCfPyzEB4cDwlXrcIQLyOhR7RKhLfReyX3aNpyJJvZcLhtcG/GGIvzok4z2Xch86MGwlIYO05N0jsSMBsG+6rOar1G9zRtcxsTQIBT3NpgfPXaaESqN4VD7AWZ0l96DxIgmxmwDkfGCM2BvuA/BY+ONP3OBjuBWCYjmx63uMXFkFLByKI6ZkqmAJFWyjn6y4V8im8zh9zoTMYxMfV9bhicm2FX85+sDC2qaMHbOljnGgj5DZQ2p5MURV8gVN6HnyrdZ6DZGq/+3LLOaqRJgQAWOEZR0wqRQV3Z00Pj285Yq4ePdOkYyaHT1+wIDAQAB",
  "manifest_version": 2,
  "name": "Монетка - кэшбэк сервис",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "short_name": "Монетка",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.5resigned1",
  "web_accessible_resources": [
    "img/logo720.png",
    "js/coin.injectedScriptHandle.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f8a642b-c9aa-4575-8326-1a6f6e5eab34}"
    }
  }
}