airfocus Strategy, Roadmaps, Prioritization

airfocus Strategy, Roadmaps, Prioritization

The first modular product management platform: Discover, learn, plan and deliver - your way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "airfocus Strategy, Roadmaps, Prioritization",
  "version": "0.4.4",
  "short_name": "airfocus",
  "description": "The first modular product management platform: Discover, learn, plan and deliver - your way.",
  "background": {
    "service_worker": "serviceworker.js"
  },
  "action": {
    "default_popup": "./popup.html",
    "default_icon": "./icon-48.png"
  },
  "permissions": [
    "storage",
    "identity",
    "scripting",
    "activeTab"
  ],
  "icons": {
    "16": "./icon-16.png",
    "32": "./icon-32.png",
    "48": "./icon-48.png",
    "128": "./icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq9bdnaPcMUH+ZNxkhqoZMC1YPpsyhMXVtN1z73CV6bRFxhZFldhtMJ4gCn4FDex+4nK6RE4F0WYfM+RvU0eeatlTniMSYBhXQx1m9LdIriSIm8Dtxtn9L0xGNd7IobYLOzuu6FIqAbxbQxg9LPRu0whVTZcsjgBeyp39FDHg7i9JQCuSe0Sg95Ht9h3SufvCW0MVzyhnSW0rK2cJxiO2kTmynoG1iRoQkAtUVCtod8th/AKdLMvEUoDfdcqujkSrhBsB/LYUcLQrVrZ+hMsmpKGz2aGTkVh7aNu3/BUCLtHb+3JhW49Ge7VeVhEZCK3dXr+RN6Xk8AtMipIiNGmU1QIDAQAB"
}