Web Cat - Your rolodex for websites

Web Cat - Your rolodex for websites

Categorize websites; assign tasks, fields and notes; highlight them at Google search results

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Web Cat - Your rolodex for websites",
  "description": "Categorize websites; assign tasks, fields and notes; highlight them at Google search results",
  "version": "0.0.0.5",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "manage-page-popup.js",
        "manage-search-results.js",
        "categorized-users.html",
        "categorized-users.js",
        "user-settings.html",
        "user-settings.js",
        "search.html",
        "search.js",
        "tasks.html",
        "tasks.js",
        "user-profile.html",
        "user-profile.js",
        "images/check-mark.png",
        "images/pencil.png",
        "images/delete.png",
        "images/cog-icon.png",
        "images/add.png",
        "images/remove.png",
        "images/grid-view.png",
        "images/list-view.png",
        "images/reset.png",
        "images/search.png",
        "images/tasks.png",
        "images/user-settings.png",
        "images/banner.png",
        "images/questionmark.png",
        "images/logo-green.png",
        "images/logo-red.png",
        "_locales/en/messages.json",
        "_locales/es/messages.json",
        "_locales/tr/messages.json",
        "_locales/fr/messages.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    }
  },
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}