Offline Webpages Firefox

Examine source code of Offline Webpages

Inspect and view changes in Offline Webpages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Offline Webpages",
  "version": "4.3",
  "description": "Save and access fully formatted web pages offline within the extension.",
  "icons": {
    "16": "iconoff.jpg",
    "48": "iconoff.jpg",
    "128": "iconoff.jpg"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "iconoff.jpg"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9fd43bd3-103b-442b-ab82-bcef1a963eb0}"
    }
  }
}

Best Offline Webpages Alternatives

Here are some Firefox add-ons that are similar to Offline Webpages: