Authored Firefox

Examine source code of Authored

Inspect and view changes in Authored source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Authored",
  "description": "Certifica il contenuto che scrivi online.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon-16-gray.png",
    "48": "icons/icon-48-gray.png",
    "128": "icons/icon-128-gray.png"
  },
  "permissions": [
    "storage",
    "https://api.authored.tech/*",
    "https://api-dev.authored.tech/*",
    "https://*.linkedin.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "authored@authored.tech",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Authored Popup",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/linkedin.js"
      ]
    }
  ]
}

Best Authored Alternatives

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