Examine source code of Free Social Sharer

Inspect and view changes in Free Social Sharer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Free Social Sharer",
  "version": "1.2.6resigned1",
  "description": "An easy peasy share page for free social networks.",
  "author": "kim",
  "homepage_url": "https://surtdelcercle.cat",
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "data/16.png",
    "32": "data/32.png",
    "48": "data/48.png",
    "64": "data/64.png",
    "128": "data/128.png",
    "512": "data/512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4df932d1-815b-4a5e-b2ec-97917305c9d8}"
    }
  }
}