Rock With Me

Rock With Me

Replace new tap page with a personal dashboard(SEVENTEEN) featuring Todo, search bar, random background, and quotes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rock With Me",
  "description": "Replace new tap page with a personal dashboard(SEVENTEEN) featuring Todo, search bar, random background, and quotes.",
  "version": "1.1.2",
  "author": "GY LEE",
  "action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}