G1B

G1B

Aesthetic alternative to the default new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "G1B",
  "short_name": "G1B",
  "description": "Aesthetic alternative to the default new tab.",
  "version": "0.0.8",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    "src/script.js",
    "src/styles.css",
    "images/icon.png"
  ]
}