Examine source code of The Internet Quicksave

Inspect and view changes in The Internet Quicksave 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
{
  "author": "walker.sky9@gmail.com",
  "name": "The Internet Quicksave",
  "description": "Um save-popup para salvar a ultimo capitulo/episodio que você viu.",
  "version": "1.1",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_title": "The Internet Quicksave",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}