Progressive Web Apps for Firefox Firefox

Examine source code of Progressive Web Apps for Firefox

Inspect and view changes in Progressive Web Apps for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://pwasforfirefox.filips.si/",
  "version": "2.18.2",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefoxpwa@filips.si",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  },
  "icons": {
    "48": "images/addon-logo.svg",
    "96": "images/addon-logo.svg",
    "192": "images/addon-logo.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "browser_action": {
    "default_icon": "images/browser-action.svg",
    "default_popup": "sites/manage.html"
  },
  "page_action": {},
  "permissions": [
    "http://*/*",
    "https://*/*",
    "nativeMessaging",
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best Progressive Web Apps for Firefox Alternatives

Here are some Firefox add-ons that are similar to Progressive Web Apps for Firefox: