pertext

pertext

PERT estimation tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "pertext",
  "version": "0.3.0",
  "description": "PERT estimation tool",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/jbbmfopbiibcgfedhckafpgbpmagljjh",
  "offline_enabled": true,
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "action": {
    "default_icon": "images/icon-19.png",
    "default_title": "PERT estimation tool",
    "default_popup": "pertext.html"
  },
  "content_security_policy": {}
}