DU Recorder for PC and Laptop - How To Run

DU Recorder for PC and Laptop - How To Run

DU Recorder for PC extension provide you with 'DU Recorder' Design on new tab. Designed for 'DU Recorder for PC' DU Recorder fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DU Recorder for PC and Laptop - How To Run",
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "DU Recorder for PC extension provide you with 'DU Recorder' Design on new tab. Designed for 'DU Recorder for PC' DU Recorder fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "version": "1.2.1"
}