RSSkit - Refined RSS reader

RSSkit - Refined RSS reader

RSSkit is a refined RSS reader with useful features for the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.e4c537c9.png",
    "32": "icon32.plasmo.b94b4046.png",
    "48": "icon48.plasmo.c4d792ed.png",
    "64": "icon64.plasmo.c0df1364.png",
    "128": "icon128.plasmo.92f8c4e3.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e4c537c9.png",
      "32": "icon32.plasmo.b94b4046.png",
      "48": "icon48.plasmo.c4d792ed.png",
      "64": "icon64.plasmo.c0df1364.png",
      "128": "icon128.plasmo.92f8c4e3.png"
    }
  },
  "version": "0.13.0",
  "author": "2nthony",
  "name": "RSSkit - Refined RSS reader",
  "description": "RSSkit is a refined RSS reader with useful features for the web",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}