Examine source code of Itsimple

Inspect and view changes in Itsimple 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": "Itsimple",
  "description": "Experience the power of Itsimple: effortlessly capture, organize, and share your passions with the help of AI!",
  "version": "1.1.8",
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "contextMenus",
    "notifications",
    "scripting",
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "https://*.itsimple.ai/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Itsimple",
    "default_popup": "popup.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.itsimple.ai/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}