SQL Diff Viewer by Patilweb Firefox

Examine source code of SQL Diff Viewer by Patilweb

Inspect and view changes in SQL Diff Viewer by Patilweb source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SQL Diff Viewer by Patilweb",
  "version": "1.0.1",
  "description": "A powerful SQL difference finder and viewer for comparing SQL queries",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "SQL Diff Viewer",
    "default_icon": {
      "16": "assets/icons/16.png",
      "32": "assets/icons/32.png",
      "48": "assets/icons/48.png",
      "128": "assets/icons/128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'",
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "web_accessible_resources": [
    "index.html",
    "assets/*"
  ],
  "applications": {
    "gecko": {
      "id": "sql-diff-viewer@patilweb.com",
      "strict_min_version": "58.0"
    }
  }
}

Best SQL Diff Viewer by Patilweb Alternatives

Here are some Firefox add-ons that are similar to SQL Diff Viewer by Patilweb: