Chatty Weather

Chatty Weather

This extension will chat with you about the weather

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chatty Weather",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "This extension will chat with you about the weather",
  "homepage_url": "https://chattyweather.herokuapp.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Chatty Weather",
    "default_popup": "popup.html"
  },
  "permissions": [
    "geolocation"
  ]
}