Paint Tool for Web Firefox

Examine source code of Paint Tool for Web

Inspect and view changes in Paint Tool for Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Paint Tool for Web",
  "version": "1.1",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn",
  "background": {
    "scripts": [
      "debug/js/init.js",
      "debug/js/main.js"
    ],
    "persistent": false
  },
  "options_page": "settings/settings.html",
  "browser_action": {
    "default_title": "Paint Tool for Web",
    "default_icon": "src/img/logo.png"
  },
  "icons": {
    "128": "src/img/logo.png"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "downloads"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5024afc9-7810-425a-8b84-f1dbd04aa14b}"
    }
  }
}

Best Paint Tool for Web Alternatives

Here are some Firefox add-ons that are similar to Paint Tool for Web: