Examine source code of Inspiration Tab Productivity Dashboard

Inspect and view changes in Inspiration Tab Productivity Dashboard 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
{
  "name": "Inspiration Tab Productivity Dashboard",
  "short_name": "Inspiration",
  "description": "Inspiration Tab increases your productivity. It allows you to set your Focus & ToDo lists from the start page.",
  "version": "1.1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "xbx_init.js"
  },
  "action": {
    "deafult_icon": {
      "16": "./assets/images/favicon.png",
      "32": "./assets/images/favicon.png",
      "48": "./assets/images/favicon.png",
      "64": "./assets/images/favicon.png"
    },
    "default_title": "Inspiration Tab"
  },
  "icons": {
    "16": "./assets/images/favicon.png",
    "32": "./assets/images/favicon.png",
    "48": "./assets/images/favicon.png",
    "64": "./assets/images/favicon.png"
  },
  "permissions": [
    "geolocation"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}