d'Skills IMPACT10 Rebel Rank

d'Skills IMPACT10 Rebel Rank

Enhance your Impact10 experience! Monitor your journey, complete tasks, earn badges, and stay on track. Exclusively for Impact10…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "d'Skills IMPACT10 Rebel Rank",
  "version": "0.0.0.3",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "16.png",
      "48": "48.png",
      "128": "128.png"
    }
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "host_permissions": [
    "https://us-central1-passverification.cloudfunctions.net/*",
    "https://*/*",
    "http://*/*"
  ],
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://us-central1-passverification.cloudfunctions.net/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}