Technotes Firefox

Examine source code of Technotes

Inspect and view changes in Technotes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "technotes@technotesapp.com"
    }
  },
  "icons": {
    "48": "images/icon-48.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png",
    "512": "images/icon-512.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "j1-keydown.js",
        "j2-render.js",
        "j3-util.js",
        "j4-note.js",
        "j5-tech.js"
      ],
      "css": [
        "c1-variables.css",
        "c2-wrapper.css",
        "c3-note.css",
        "c4-code.css",
        "c5-form.css",
        "c6-dialog.css"
      ],
      "run_at": "document_start",
      "matches": [
        "*://developer.apple.com/documentation/*"
      ]
    },
    {
      "js": [
        "j6-signin.js"
      ],
      "run_at": "document_start",
      "matches": [
        "*://technotesapp.com/extension-signin"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/toolbar-icon-16.png",
      "19": "images/toolbar-icon-19.png",
      "32": "images/toolbar-icon-32.png",
      "38": "images/toolbar-icon-38.png",
      "48": "images/toolbar-icon-48.png",
      "72": "images/toolbar-icon-72.png"
    }
  },
  "web_accessible_resources": [
    "images/chevron.down.svg",
    "images/chevron.right.svg",
    "images/info.circle.svg",
    "images/hand.thumbsup.svg",
    "images/hand.thumbsup.fill.svg",
    "images/hand.thumbsdown.svg",
    "images/hand.thumbsdown.fill.svg",
    "images/trash.svg",
    "images/xmark.svg"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "https://technotesapp.com/api/*"
  ]
}

Best Technotes Alternatives

Here are some Firefox add-ons that are similar to Technotes: