ApowerREC Screen Recorder

ApowerREC Screen Recorder

One-click to start your unlimited recordings!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_key_logo_name__",
  "description": "__MSG_key_logo_desc__",
  "version": "2.0",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "__MSG_key_logo_name__"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/chunk-common.js",
        "js/chunk-vendors.js",
        "js/options.js",
        "jquery.js",
        "fix-webm-duration.js",
        "content-script.js"
      ],
      "css": [
        "css/chunk-common.css",
        "css/chunk-vendors.css",
        "css/options.css",
        "record-screen-online.css"
      ]
    }
  ],
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "digital-display.woff2",
        "digital_display.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}