Study Material Sharing Firefox

Examine source code of Study Material Sharing

Inspect and view changes in Study Material Sharing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Study Material Sharing",
  "version": "1.0",
  "description": "Share study materials between student groups.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a97bb58e-27e4-40d8-b8df-85514ef9b415}"
    }
  }
}

Best Study Material Sharing Alternatives

Here are some Firefox add-ons that are similar to Study Material Sharing: