Enter the level shoes coupon code first order (PF19) and get the best discount for all level shoes items in 2024.
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,
"version": "0.1",
"author": "ahmed mohy @https://khamsat.com/user/ahmed_mohy",
"name": "Level Shoes Coupon Code First Order Exclusive",
"description": "Enter the level shoes coupon code first order (PF19) and get the best discount for all level shoes items in 2024.",
"icons": {
"16": "icons/icone-16.png",
"32": "icons/icone-32.png",
"192": "icons/icone-192.png"
},
"action": {
"default_icon": "icons/icone-192.png",
"default_popup": "popup/popup.html",
"default_title": "componentes"
},
"content_scripts": [
{
"js": [
"app.js",
"content/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"content/injected.html"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"host_permissions": [
"http://*/*",
"https://*/*"
]
}