Let's Pointie Firefox

Examine source code of Let's Pointie

Inspect and view changes in Let's Pointie source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.1.4",
  "manifest_version": 3,
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pointie@pointie.ca",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "icons": {
    "32": "images/icon/bi-16.png",
    "64": "images/icon/bi-32.png",
    "96": "images/icon/bi-48.png",
    "256": "images/icon/bi-128.png"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "32": "images/icon/bi-16.png",
      "64": "images/icon/bi-32.png",
      "96": "images/icon/bi-48.png",
      "256": "images/icon/bi-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "css/*",
        "html/*",
        "fonts/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

Best Let's Pointie Alternatives

Here are some Firefox add-ons that are similar to Let's Pointie: