Examine source code of One Stop

Inspect and view changes in One Stop 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
{
  "name": "One Stop",
  "version": "1.0.1",
  "description": "One Stop Is Extension Used For Manaing All Your Social Media Links",
  "homepage_url": "https://github.com/JatinTekam/OneStop-Extension",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon1.png"
  },
  "icons": {
    "128": "icon1.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{7af538a3-cdae-482e-a853-97184bcbbd8b}"
    }
  },
  "permissions": [
    "activeTab"
  ]
}