heymax - double your miles

heymax - double your miles

Double your miles in 1 click with the heymax browser extension. Never miss out on miles again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "heymax - double your miles",
  "version": "1.1.2",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAob/5SOfjl1zgUa57QgpI0L6NsUP/lVCZrYZEr/u1P2w2SnRroKGgFjCofrIHetuSzvV1Zred7g+gzrFM8vKioG/Y5AGqfRACst18RoIPO/fUTmYCGjDvWxnaw7b+0ESAGRMGzEGuP7W3Qh8QDx7e9iIivtOLRgt06Pr4nSTOtbuAHoTGM83KFXXL52rrilY1tRJ6vFzycrF0uScLA/iTdDJPynJ7bW8Zwuo0wmw+dhyrhtwLCZlesLXCNicfrWwkmVNlMvVt9mczliBFY8mvzvyu1Stw/OU/pV1FFAOsq4Vn9rL9/i2iqAEuZyJ6EzcS4hXdP3bkDl7XaSJxLv+B6QIDAQAB",
  "description": "Double your miles in 1 click with the heymax browser extension. Never miss out on miles again!",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "alarms",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "842670449869-5docbe24e5f1pf52slu5eomfj1bmfko7.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "background": {
    "service_worker": "dist/background.js"
  },
  "action": {
    "default_title": "heymax.ai",
    "default_popup": "src/pages/homepage.html"
  },
  "icons": {
    "16": "assets/extension/icon-default16.png",
    "32": "assets/extension/icon-default32.png",
    "48": "assets/extension/icon-default48.png",
    "128": "assets/extension/icon-default128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/extension/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}