PWA theme Firefox

Examine source code of PWA theme

提供元: Ramkumar K R
Inspect and view changes in PWA theme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PWA theme",
  "version": "1.1resigned1",
  "description": "Dynamic theme for Progressive Web Apps",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "match_about_blank": true,
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "themes@pwa",
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "theme",
    "<all_urls>",
    "tabs"
  ]
}

ベストのPWA theme代替案

PWA themeに類似したFirefox add-onをいくつか紹介します: