EPICA Pixel Helper

EPICA Pixel Helper

Displays the events captured in a website and give insights

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EPICA Pixel Helper",
  "short_name": "EPICA Dev",
  "description": "Displays the events captured in a website and give insights",
  "version": "1.1",
  "permissions": [
    "debugger",
    "tabs"
  ],
  "icons": {
    "16": "epica-16.png",
    "48": "epica-48.png",
    "128": "epica-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.jpg",
    "default_title": "EPICA Pixel Helper"
  },
  "manifest_version": 2
}