OnePercent Grow

OnePercent Grow

Your growth mentor, one percent at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OnePercent Grow",
  "description": "Your growth mentor, one percent at a time.",
  "version": "1.8",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Add this page to your OnePercent Grow list",
    "default_popup": "extention.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "http://localhost:3000/*",
    "https://start.1percentgrowth.app/*"
  ],
  "content_security_policy": "script-src 'self' https://cdn.segment.com; object-src 'self'"
}