Flower Of The Day

Flower Of The Day

Discover and learn the beauty of flowers from all over the world - each day a new flower.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Flower Of The Day",
  "description": "Discover and learn the beauty of flowers from all over the world - each day a new flower.",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "action": {
    "default_icon": "img/logo48.png"
  }
}