GetLatka

GetLatka

Shows information about a startup when you're on their website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GetLatka",
  "version": "3.0.7",
  "description": "Shows information about a startup when you're on their website",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://getlatka.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "40": "images/icons/icon.png",
      "128": "images/icons/icon128.png"
    },
    "icons": {
      "40": "images/icons/icon.png",
      "128": "images/icons/icon128.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://getlatka.com/*"
    ]
  },
  "background": {
    "service_worker": "js/background.js"
  }
}