Suplexed: Sneaker Release Calendar

Suplexed: Sneaker Release Calendar

Browse upcoming releases and get easy access to the release links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/icon-19.png",
      "38": "assets/icons/icon-38.png"
    },
    "default_title": "Suplexed: Release Links"
  },
  "chrome_url_overrides": {
    "newtab": "tabs.html"
  },
  "description": "Browse upcoming releases and get easy access to the release links.",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "128": "assets/icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Suplexed: Release Links",
  "permissions": [
    "storage",
    "webRequest",
    "tabs"
  ],
  "version": "1.0.3.3resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f2ba664-7a0a-492c-809d-5f20a84e9a67}"
    }
  }
}