Pog Log Firefox

Examine source code of Pog Log

Inspect and view changes in Pog Log source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pog Log",
  "version": "1.0",
  "description": "A way to export pages as a simple txt file.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "nightshademerlot@gmail.com",
      "strict_min_version": "91.0"
    }
  }
}

Best Pog Log Alternatives

Here are some Firefox add-ons that are similar to Pog Log: