Subshero

Subshero

Subshero manages your subscriptions from all the platforms under a single dashboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Subshero",
  "description": "Subshero manages your subscriptions from all the platforms under a single dashboard.",
  "version": "1.0.2",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Subshero",
    "default_popup": "popups/auth/login.html",
    "default_icon": {
      "64": "assets/images/icons/64.png"
    }
  },
  "icons": {
    "64": "assets/images/icons/64.png"
  },
  "storage": {
    "base_url": "https://app.subshero.com/",
    "api_url": "https://app.subshero.com/api/v1/"
  }
}