Critical Role Fan Art: New Tab

Critical Role Fan Art: New Tab

See critical role fan art when you open a new tab! Made with love by a critter. Icon by https://www.flaticon.com/authors/freepik.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Critical Role Fan Art: New Tab",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "See critical role fan art when you open a new tab! Made with love by a critter. Icon by https://www.flaticon.com/authors/freepik.",
  "homepage_url": "https://critrole.com/tag/fan-art/",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  }
}