Examine source code of Recall Engine

Inspect and view changes in Recall Engine 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": "Recall Engine",
  "description": "The Recall Engine displays the metadata of all videos in a public YouTube playlist given its URL.",
  "version": "1.0.0",
  "author": "Narendra Prasath",
  "icons": {
    "16": "images/ReEng-16.png",
    "48": "images/ReEng-48.png",
    "128": "images/ReEng-128.png"
  },
  "action": {
    "default_icon": "images/ReEngVV-16.png",
    "default_title": "Recall Engine",
    "default_popup": "popup.html",
    "css": "popup.css"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}