BackerTracker by BackerKit

BackerTracker by BackerKit

Show BackerTracker on Crowdfunding projects

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BackerTracker by BackerKit",
  "short_name": "BK Tracker",
  "version": "9.2",
  "description": "Show BackerTracker on Crowdfunding projects",
  "icons": {
    "16": "icons/logo_16px.png",
    "48": "icons/logo_48px.png",
    "128": "icons/logo_128px.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.kickstarter.com/projects/*",
        "*://*.indiegogo.com/projects/*",
        "*://*.backerkit.com/c/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0deaccc3-6049-4fa3-8abb-a5dd35ac2f95}"
    }
  }
}