Quiche Reader Firefox

Examine source code of Quiche Reader

Inspect and view changes in Quiche Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quiche Reader",
  "version": "1.1",
  "description": "Save web pages to Quiche Reader.",
  "icons": {
    "48": "icons/default.svg",
    "96": "icons/default.svg"
  },
  "browser_action": {
    "default_title": "Save to Quiche Reader",
    "default_icon": "icons/toolbar-dark.svg",
    "theme_icons": [
      {
        "light": "icons/toolbar.svg",
        "dark": "icons/toolbar-dark.svg",
        "size": 16
      },
      {
        "light": "icons/toolbar.svg",
        "dark": "icons/toolbar-dark.svg",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "auth.js",
      "cloudkiterror.js",
      "cloudkit.js",
      "queue.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://auth.readingqueue.app/*"
      ],
      "js": [
        "auth-notify.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "handlebars.js",
        "overlay.js",
        "overlay-setup.js"
      ]
    }
  ],
  "permissions": [
    "menus",
    "tabs",
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d16943a-c663-42dc-a1bd-a90dd21ea229}"
    }
  }
}

Best Quiche Reader Alternatives

Here are some Firefox add-ons that are similar to Quiche Reader: