Presence

Presence

Transform your new tab into a space for inspiration and reconnection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Presence",
  "short_name": "Presence",
  "author": "North Of Summer",
  "description": "Transform your new tab into a space for inspiration and reconnection.",
  "version": "0.9.3.7",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "page": "lib/background/controller.html"
  },
  "chrome_url_overrides": {
    "newtab": "lib/index.html"
  },
  "browser_action": {
    "default_title": "Presence"
  },
  "permissions": [
    "activeTab",
    "storage",
    "alarms"
  ],
  "web_accessible_resources": [
    "assets/collection.json"
  ]
}