Peek-a-Policy Firefox

Examine source code of Peek-a-Policy

By: Fabs
Inspect and view changes in Peek-a-Policy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Peek-a-Policy",
  "description": "Peek-a-Policy is a browser extension designed to let users easily understand privacy policies while browsing. It leverages configurable LLMs to generate a structured summary based on GDPR requirements and evaluations of how good each indicator is for the final user.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "webNavigation",
    "storage",
    "tabs"
  ],
  "webAccessibleResources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "data_collection": {
    "data_collection_policy": {
      "collects_data": false,
      "data_types": [],
      "purposes": []
    },
    "data_sharing": {
      "shares_data": false
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "peek-a-policy@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Peek-a-Policy Alternatives

Here are some Firefox add-ons that are similar to Peek-a-Policy: