ServeJoy

ServeJoy

Serving Others Every Day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ServeJoy",
  "version": "2.0",
  "description": "Serving Others Every Day",
  "browser_action": {
    "default_icon": "logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "servejoy.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "geolocation"
  ]
}