Examine source code of PolyFractions

Inspect and view changes in PolyFractions source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png"
    },
    "default_title": "__MSG_default_title__",
    "default_popup": "html/popup.html"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "PolyFractions",
  "version": "1.0.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "96": "img/96.png",
    "128": "img/128.png"
  },
  "minimum_chrome_version": "118",
  "update_url": "https://clients2.google.com/service/update2/crx"
}