Persona 4 - Weather News

Persona 4 - Weather News

A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Persona 4 - Weather News",
  "version": "0.0.3",
  "description": "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.",
  "author": "Educorreia932",
  "chrome_url_overrides": {
    "newtab": "/index.html"
  },
  "permissions": [
    "geolocation"
  ],
  "icons": {},
  "background": {
    "script": [
      "background.js"
    ]
  }
}