Subtracker: Manage Online Subscriptions

Subtracker: Manage Online Subscriptions

Effortlessly manage, track, and organize all your online subscriptions in one place with Subtracker directly from your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Subtracker: Manage Online Subscriptions",
  "description": "Effortlessly manage, track, and organize all your online subscriptions in one place with Subtracker directly from your browser!",
  "version": "0.1.9",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./assets/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}