Itsimple

Itsimple

Itsimple - Fully automated bookmarking and sharing powered by AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Itsimple",
  "description": "Itsimple - Fully automated bookmarking and sharing powered by AI.",
  "version": "1.0.4",
  "permissions": [
    "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"
}