Examine source code of Localocale

Inspect and view changes in Localocale 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": "Localocale",
  "version": "1.0.2",
  "description": "save website to your localocale account",
  "manifest_version": 3,
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "iconLoc_16.png",
    "48": "iconLoc_48.png",
    "128": "iconLoc_128.png"
  },
  "action": {
    "default_title": "Created by Localocale Team, Enjoy!",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}