Writing Progress Tracker Firefox

Examine source code of Writing Progress Tracker

Inspect and view changes in Writing Progress Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Writing Progress Tracker",
  "version": "1.0",
  "description": "Manage and track the progress of writing blogs or books.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f3d7b3a-f80e-41de-a760-695003be6776}"
    }
  }
}

Best Writing Progress Tracker Alternatives

Here are some Firefox add-ons that are similar to Writing Progress Tracker: