Birdview Firefox

Examine source code of Birdview

Inspect and view changes in Birdview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Birdview — Local Productivity Dashboard",
  "short_name": "Birdview",
  "version": "1.0.1",
  "description": "A fast, private, local-first productivity dashboard for tasks, projects, jobs, notes and screenshots — right in your new tab.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Birdview — Quick Capture",
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "scripts": [
      "assets/index.ts-CguCW3Ar.js"
    ],
    "type": "module"
  },
  "options_page": "src/pages/dashboard/index.html",
  "chrome_url_overrides": {
    "newtab": "src/pages/dashboard/index.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "notifications",
    "tabs",
    "contextMenus"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Open Birdview Quick Capture"
    },
    "open-dashboard": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Open the Birdview dashboard"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "birdview@portfolio.dev",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "126.0"
    }
  }
}

Meilleures alternatives Birdview

Voici quelques Firefox add-ons qui sont similaires à Birdview :