Inspect and view changes in Kupujem Prodajem alati 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": "Kupujem Prodajem alati",
"version": "0.0.0.1",
"manifest_version": 3,
"description": "An extension to browse Kupujem Prodajem with power.",
"icons": {
"16": "icons/kptools16x16.png",
"32": "icons/kptools32x32.png",
"48": "icons/kptools48x48.png",
"128": "icons/kptools128x128.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting"
],
"content_scripts": [
{
"matches": [
"https://www.kupujemprodajem.com/*"
],
"js": [
"content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}