JackSepticEye

JackSepticEye

Top of the mornin’ to ya, laddies! Welcome to my channel, my name is jacksepticeye.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JackSepticEye",
  "version": "1.6",
  "manifest_version": 2,
  "description": "Top of the mornin’ to ya, laddies! Welcome to my channel, my name is jacksepticeye.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Stay updated with JackSepticEye",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "icon.png"
  }
}