Prozen - Advanced Editor for Yandex.Zen

Prozen - Advanced Editor for Yandex.Zen

Advanced editor and stats for Yandex.Zen Editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.7.22",
  "author": "fromgate, prozen.ru",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "icons/tab-icon-19.png",
      "38": "icons/tab-icon-38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/tab-icon-16.png",
    "48": "icons/tab-icon-48.png",
    "128": "icons/tab-icon-128.png"
  },
  "web_accessible_resources": [
    "search.html",
    "totalstats.html",
    "sadrobot.html",
    "js/search.js",
    "js/totalstats.js",
    "js/sadrobot.js",
    "js/page.js",
    "js/litepicker.sj",
    "js/ranges.js",
    "css/prozen.css"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "js/tools.js",
        "js/options.js",
        "js/requester.js",
        "js/content.js"
      ],
      "matches": [
        "https://dzen.ru/profile/editor/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/options.js",
        "js/tools.js",
        "js/requester.js",
        "js/publication.js"
      ],
      "matches": [
        "https://dzen.ru/media/*",
        "https://dzen.ru/a/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/options.js",
        "js/tools.js",
        "js/requester.js",
        "js/video_watch.js"
      ],
      "matches": [
        "https://dzen.ru/video/watch/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "https://dzen.ru/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}