Blogima Firefox

Examine source code of Blogima

By: Ecabrel
Inspect and view changes in Blogima source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_action": {
    "default_popup": "src/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{da1f06ca-3c45-477b-9a83-d1c0a5557c72}"
    }
  },
  "content_scripts": [
    {
      "js": [
        "src/content-script/content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "permissions": [
    "storage",
    "unlimitedStorage",
    "https://*.r2.dev/*",
    "https://assets.blogima.com/*"
  ],
  "web_accessible_resources": [
    "src/css/style.css",
    "src/content-script/page-bridge/main.js",
    "src/dashboard.html"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "description": "Blogima is a browser extension that helps you build and manage internal links in the blogging platform Ghost",
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "name": "Blogima",
  "version": "1.8.0"
}

Best Blogima Alternatives

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