Rita - Earn from your data

Rita - Earn from your data

Get rewarded for your clicks while keeping full control of your privacy. Download Rita and start earning today

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rita - Earn from your data",
  "version": "0.1.0",
  "manifest_version": 3,
  "description": "Get rewarded for your clicks while keeping full control of your privacy. Download Rita and start earning today",
  "action": {
    "default_popup": "popup/onboarding.html"
  },
  "permissions": [
    "history",
    "cookies",
    "tabs",
    "storage",
    "activeTab",
    "gcm"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}