Inspect and view changes in Lempod 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Lempod",
"version": "9.3.12",
"description": "Lempod helps you reach a much bigger audience with your content.",
"short_name": "Lempod",
"homepage_url": "https://lempod.com",
"permissions": [
"tabs",
"storage",
"cookies",
"alarms",
"webRequest"
],
"host_permissions": [
"https://*.linkedin.com/*",
"https://*.lempod.com/*",
"https://api.lempod.com/*",
"https://app.lempod.com/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "icons/icon64.png",
"default_title": "Lempod",
"default_popup": "src/browser_action/browser_action.html"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png"
}
}