Examine source code of PI - Pomodoro Improved

Inspect and view changes in PI - Pomodoro Improved 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": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "resources/icons/work_pending.png"
  },
  "default_locale": "en",
  "description": "__MSG_ext_description__",
  "icons": {
    "16": "resources/icons/icon16.png",
    "48": "resources/icons/icon48.png",
    "128": "resources/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tabs",
    "contextMenus",
    "<all_urls>"
  ],
  "version": "2.2.8",
  "web_accessible_resources": [
    "resources/icons/work_full.png",
    "resources/icons/break_full.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}