Examine source code of Slideo: LinkedIn Carousel Maker

Inspect and view changes in Slideo: LinkedIn Carousel Maker 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": "Slideo - Social Media Content Creator",
  "version": "1.0.0",
  "description": "Create beautiful social media content directly in your browser",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icons/icon-16.png",
      "48": "images/icons/icon-48.png",
      "128": "images/icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icons/icon-16.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "slideo@example.com",
      "strict_min_version": "79.0"
    }
  }
}