Sprockets Boost

Sprockets Boost

Access MMA scores from your browser and send surveys to new participants.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sprockets Boost",
  "description": "Access MMA scores from your browser and send surveys to new participants.",
  "version": "3.0.2",
  "author": "Sprockets Development Team",
  "action": {
    "default_popup": "index.html",
    "default_title": "Sprockets"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "app/content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}