undefined

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fresh Chrome Extension (1.52.4)",
  "description": "Extension to check deployment process from Chrome Store API (1.52.4)",
  "homepage_url": "https://github.com/llagerlof/fresh-chrome-extension",
  "version": "1.52.4",
  "manifest_version": 3,
  "action": {
    "default_title": "execute.js will run (watch the Chrome DevTools' console)"
  },
  "content_scripts": [],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "host_permissions": []
}