Geek Weather App

Geek Weather App

A weather app contains a user input field for the user, which takes the input of the city name. Once the user enters the city name and clicks on the button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Geek Weather App",
  "version": "1.0",
  "description": "A weather app contains a user input field for the user, which takes the input of the city name. Once the user enters the city name and clicks on the button",
  "permissions": [],
  "browser_action": {
    "default_popup": "game.html",
    "default_icon": {
      "128": "images/app-logo.png"
    }
  },
  "icons": {
    "128": "images/app-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d206530-c81a-440a-96f2-7d2b56344e3f}"
    }
  }
}