wat

wat

WAT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "wat",
  "version": "0.2.0",
  "description": "WAT",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "offscreen"
  ],
  "background": {
    "service_worker": "sw.js"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/ilplnmjooojahcdghggbaaeddjmopccl",
  "offline_enabled": true,
  "action": {
    "default_icon": "images/icon-19.png",
    "default_title": "WAT"
  },
  "content_security_policy": {}
}