AmoyShare Screen Recorder – HD Video Records

AmoyShare Screen Recorder – HD Video Records

Capture your screen with the robust AmoyShare screen recorder extension. Record tutorials, gameplay, and more with voice & webcam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AmoyShare Screen Recorder – HD Video Records",
  "version": "1.2",
  "description": "Capture your screen with the robust AmoyShare screen recorder extension. Record tutorials, gameplay, and more with voice & webcam.",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{09e91631-96e8-439a-bbc7-4f85878153b2}"
    }
  }
}