Examine source code of FloralNewTab

Inspect and view changes in FloralNewTab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "FloralNewTab",
  "version": "0.0.1",
  "author": "luis tenorio",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_title": "FloralNewTab"
  },
  "description": "FloralNewTab: Blooming flowers, calendar, and your choice of search engine in one beautiful, tranquil new tab.",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}