Examine source code of MemryAI

Inspect and view changes in MemryAI 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": "MemryAI",
  "short_name": "MemryAI",
  "version": "4",
  "manifest_version": 3,
  "description": "Save to Memry AI",
  "homepage_url": "https://app.memryai.app",
  "icons": {
    "16": "icons/icon1024.hhh7NP7OHUuUb0xgAdwimw.png",
    "48": "icons/icon1024.hhh7NP7OHUuUb0xgAdwimw.png",
    "128": "icons/icon1024.hhh7NP7OHUuUb0xgAdwimw.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/bildr/ui/bildrPopUp.html",
        "src/bildr/ui/css/bildrStyle.css",
        "js/injectScript_MemryAI_3.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "./js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/bildrScript_MemryAI_3.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "./icons/icon1024.hhh7NP7OHUuUb0xgAdwimw.png",
    "default_title": "MemryAI"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://app.memryai.app;"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}