Beyond the Paywall

Beyond the Paywall

A Mozilla Rally Study

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Local News Demand Study",
  "author": "Stanford GSB",
  "manifest_version": 2,
  "name": "Beyond the Paywall",
  "version": "0.2.0",
  "homepage_url": "https://code.stanford.edu/gjmartin/beyond_the_paywall/",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "87.0"
    }
  },
  "permissions": [
    "<all_urls>",
    "idle",
    "notifications",
    "alarms",
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "38": "icon.png"
  },
  "browser_action": {},
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  }
}