Examine source code of Planfix: Timer

Inspect and view changes in Planfix: Timer 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": 3,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "3.7.2",
  "default_locale": "en",
  "options_page": "options.html",
  "action": {
    "default_icon": {
      "19": "images/extension-icon.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "24": "images/128.png",
    "128": "images/128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*.planfix.ru/*",
    "https://*.planfix.com/*",
    "https://*.planfix.ua/*",
    "https://*.planfix.net/*",
    "https://*.planfix.pl/*",
    "https://*.planfix.us/*",
    "https://*.planfix.es/*",
    "https://*.planfix.cz/*",
    "https://*.planfix.ro/*",
    "https://*.planfix.id/*",
    "https://*.planfix.mx/*",
    "https://*.planfix.nl/*",
    "https://*.planfix.ph/*",
    "https://*.planfix.uk/*",
    "https://*.planfix.cc/*",
    "https://*.planfix.it/*",
    "https://*.planfix.fr/*",
    "https://*.planfix.kg/*",
    "https://*.planfix.uz/*",
    "https://*.planfix.by/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.planfix.ru/*",
        "https://*.planfix.com/*",
        "https://*.planfix.ua/*",
        "https://*.planfix.net/*",
        "https://*.planfix.pl/*",
        "https://*.planfix.us/*",
        "https://*.planfix.es/*",
        "https://*.planfix.cz/*",
        "https://*.planfix.ro/*",
        "https://*.planfix.id/*",
        "https://*.planfix.mx/*",
        "https://*.planfix.nl/*",
        "https://*.planfix.ph/*",
        "https://*.planfix.uk/*",
        "https://*.planfix.cc/*",
        "https://*.planfix.it/*",
        "https://*.planfix.fr/*",
        "https://*.planfix.kg/*",
        "https://*.planfix.uz/*",
        "https://*.planfix.by/*"
      ],
      "js": [
        "js/planfix_contentscript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}