Your Time Online and "Doomscrolling"

Your Time Online and "Doomscrolling"

A Mozilla Rally study that explores how people spend time with their browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "A Mozilla Rally study that explores how people spend time with their browser.",
  "author": "Mozilla Rally",
  "manifest_version": 2,
  "name": "Your Time Online and \"Doomscrolling\"",
  "version": "0.5.1",
  "homepage_url": "https://github.com/mozilla-rally/rally-study-01",
  "icons": {
    "16": "images/study-icon.png",
    "32": "images/study-icon.png",
    "64": "images/study-icon.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "77.0a1"
    }
  },
  "permissions": [
    "tabs",
    "idle",
    "<all_urls>",
    "webNavigation",
    "storage"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  }
}