Replay It

Replay It

Introducing Replay It, the first-ever video delay application designed specifically for Google Chrome. This user-friendly yet…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.0.10",
  "name": "Replay It",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "host_permissions": [
    "https://replayitapp.com/*"
  ],
  "background": {
    "service_worker": "./background.js"
  },
  "action": {}
}