gleanbee

gleanbee

Gleanbee® [PATENT PENDING] ~ Welcome to Gleanbee® where you can feel at home, find out what the point is, and think straight!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "gleanbee",
  "version": "1.0.17",
  "description": "Gleanbee® [PATENT PENDING] ~ Welcome to Gleanbee® where you can feel at home, find out what the point is, and think straight!",
  "icons": {
    "32": "donut.png",
    "128": "donut.png"
  },
  "browser_action": {
    "default_icon": "donut.png",
    "default_title": "gleanbee®"
  },
  "permissions": [
    "storage",
    "geolocation",
    "contextMenus",
    "https://gleanbee.com/",
    "https://api.gleanbee.com/",
    "https://siloq.com/"
  ],
  "background": {
    "scripts": [
      "gleanbee.js"
    ]
  },
  "manifest_version": 2
}