Examine source code of Женский Журнал wpten.ru

Inspect and view changes in Женский Журнал wpten.ru 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Женский Журнал wpten.ru",
  "version": "0.1.1",
  "icons": {
    "19": "icons/icon19.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "Женский Журнал WPTEN.RU. Виджет самых горячих и интересных записей за день: рецепты, секреты красоты, фитнес и многое другое.",
  "homepage_url": "https://wpten.ru",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "views/popup.html"
  },
  "permissions": [
    "https://wpten.ru/api/posts/top"
  ],
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "src/app.js",
      "src/background.js"
    ],
    "persistent": false
  }
}