Weather365

Weather365

Weather365 Extension For Edge, Check The Weather EveryDay!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.0.0",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "geolocation",
    "https://*.google.com/",
    "https://ssl.google-analytics.com/",
    "http://*.amazon.com/",
    "https://*.openweathermap.org/",
    "https://dev.virtualearth.net",
    "https://api.map.baidu.com/",
    "https://api.freshinfo24.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://apis.google.com/ https://api.map.baidu.com/; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}