PerformedApp!

PerformedApp!

PerformedApp is a platform that aims to help users quickly and become effective leaders by following tasks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PerformedApp!",
  "description": "PerformedApp is a platform that aims to help users quickly and become effective leaders by following tasks.",
  "version": "1.1",
  "author": {
    "email": "[email protected]"
  },
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://www.performed.app/"
  ],
  "icons": {
    "16": "assets/img/icon16.png",
    "32": "assets/img/icon32.png",
    "48": "assets/img/icon48.png",
    "64": "assets/img/icon64.png",
    "128": "assets/img/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}