Shareit For PC/Mac/Windows - New BG

Shareit for pc extension provide you with 'Shareit' design on new tab. Designed for 'Shareit' app fans.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shareit For PC/Mac/Windows - New BG",
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Shareit for pc extension provide you with 'Shareit' design on new tab. Designed for 'Shareit' app fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "version": "1.2.2"
}