Inspect and view changes in Distanze Chilometriche 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": 2,
"name": "Distanze Chilometriche",
"short_name": "Distanze KM",
"homepage_url": "https://distanzechilometriche.net/",
"description": "Calcola il percorso migliore",
"version": "1.2resigned1",
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Distanze Chilometriche",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"geolocation",
"https://distanzechilometriche.net/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{236779b0-56ec-427a-ae3e-6fcea3962c54}"
}
}
}