Inspect and view changes in Lionel Messi Wallpapers - high quality wallpapers 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": "__MSG_appName__",
"version": "1.1.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "Tabflash",
"icons": {
"16": "img/icons/icon16.png",
"48": "img/icons/icon48.png",
"128": "img/icons/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage",
"geolocation"
],
"host_permissions": [
"https://api.openweathermap.org/*"
],
"background": {
"service_worker": "js/background.js"
},
"offline_enabled": true,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"img/*",
"css/*",
"js/*"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}