Guitar Effects for PC - New Tab background

Guitar Effects for PC - New Tab background

Guitar Effects for PC background extension provide you with 'GuitarEffects' design on new tab. Designed for 'GuitarEffects' Fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.2.0",
  "name": "Guitar Effects for PC - New Tab background",
  "action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Guitar Effects for PC background extension provide you with 'GuitarEffects' design on new tab. Designed for 'GuitarEffects' Fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/main.js"
  }
}