Peanuts.pro

Peanuts.pro

Get paid for the time you spend surfing online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/48.png",
    "default_popup": "index.html",
    "default_title": "Peanuts.pro"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://peanuts.pro/128.png",
      "instant_url": "https://peanuts.pro/search?q={searchTerms}",
      "instant_url_post_params": "",
      "is_default": true,
      "keyword": "peanutspro",
      "name": "peanuts.pro",
      "search_url": "https://peanuts.pro/search?q={searchTerms}",
      "search_url_post_params": "",
      "suggest_url": "https://peanuts.pro/autocomplete?q={searchTerms}"
    }
  },
  "description": "Get paid for the time you spend surfing online!",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Peanuts.pro",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "alarms"
  ],
  "externally_connectable": {
    "matches": [
      "https://peanuts.pro/*"
    ]
  },
  "version": "3.0"
}