CapCut For PC and Laptop Background - How To

CapCut For Pc & Laptop extension provide you with CapCut background in new tab page. Created for CapCut 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",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "background": {
    "persistent": true,
    "scripts": [
      "/html/chrome/settings.js",
      "/html/common/prefs-sys.js",
      "/html/chrome/utils.js",
      "/html/chrome/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "html/skin/icons/16.png",
      "48": "html/skin/icons/48.png",
      "128": "html/skin/icons/128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "/html/index.html"
  },
  "icons": {
    "16": "html/skin/icons/16.png",
    "48": "html/skin/icons/48.png",
    "128": "html/skin/icons/128.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "permissions": [
    "topSites"
  ],
  "version": "1.1.2",
  "web_accessible_resources": [
    "html/skin/*"
  ]
}