By: Karl
Inspect and view changes in Weather Add On source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "My Weather Extension",
"version": "1.0",
"description": "Get the weather information for your location.",
"icons": {
"48": "icon.png"
},
"permissions": [
"geolocation",
"https://api.weatherstack.com/"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Weather Information",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{fc16a74a-0242-4f2f-a4b6-fb5ffecdf72f}"
}
}
} Best Weather Add On Alternatives
Here are some Firefox add-ons that are similar to Weather Add On: