Famous Movie Quotes

Famous Movie Quotes

Famous Film Quotes on your new tab That Will Inspire You To Be Happier .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Famous Movie Quotes",
  "author": "GM",
  "description": "Famous Film Quotes on your new tab That Will Inspire You To Be Happier .",
  "version": "1.0.1",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "offline_enabled": true
}