StatsNite • Game Stats, Profiles, and Info

StatsNite • Game Stats, Profiles, and Info

Search Clash royale stats, Clash of Clans Stats, Fortnite Stats, and other game info.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Search Clash royale stats, Clash of Clans Stats, Fortnite Stats, and other game info.",
  "manifest_version": 2,
  "name": "StatsNite • Game Stats, Profiles, and Info",
  "version": "1.3",
  "homepage_url": "https://statsnite.com",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "permissions": [],
  "browser_action": {
    "default_icon": "icons/logo-48.png",
    "theme_icons": [
      {
        "light": "icons/logo-48.png",
        "dark": "icons/logo-48.png",
        "size": 48
      }
    ],
    "default_title": "StatsNite",
    "default_popup": "popup/index.html"
  }
}