Inspect and view changes in Link Safer 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": "Link Safer",
"author": "S3R43o3",
"version": "2.3.6",
"icons": {
"16": "assets/img/icons/hacker/icon16.png",
"32": "assets/img/icons/hacker/icon32.png",
"48": "assets/img/icons/hacker/icon48.png",
"64": "assets/img/icons/hacker/icon64.png",
"96": "assets/img/icons/hacker/icon96.png",
"128": "assets/img/icons/hacker/icon128.png",
"256": "assets/img/icons/hacker/icon256.png"
},
"options_page": "src/options.html",
"description": "Link Safer is an extension for the Microsoft Edge browser that allows users to save links and notes securely.",
"permissions": [
"storage",
"tabs",
"notifications",
"activeTab",
"bookmarks"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "assets/img/icons/hacker/icon16.png",
"32": "assets/img/icons/hacker/icon32.png",
"48": "assets/img/icons/hacker/icon48.png",
"64": "assets/img/icons/hacker/icon64.png",
"96": "assets/img/icons/hacker/icon96.png",
"128": "assets/img/icons/hacker/icon128.png",
"256": "assets/img/icons/hacker/icon256.png"
},
"default_title": "Link Safer",
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}