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
{
  "manifest_version": 2,
  "name": "Открытые СМИ",
  "description": "Дополнение позволяет вам при заходе на сайт средства массовой информации получать информацию о ее учредителях и их доходах",
  "version": "1.50",
  "browser_action": {
    "default_icon": "active-icon.ico",
    "default_popup": "",
    "default_title": "Открытые СМИ"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "*://db.openmassmedia.ru/*",
    "*://openmassmediaapi.h5.crftr.net/*"
  ],
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "web_accessible_resources": [
    "extension_media.json"
  ]
}