{
  "lexicon": 1,
  "id": "app.bsky.authManageNotifications",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Manage Bluesky Notifications",
      "title:lang": {},
      "detail": "View and configure notifications for the Bluesky app.",
      "detail:lang": {},
      "permissions": [
        {
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true,
          "lxm": [
            "app.bsky.notification.getPreferences",
            "app.bsky.notification.getUnreadCount",
            "app.bsky.notification.listActivitySubscriptions",
            "app.bsky.notification.listNotifications",
            "app.bsky.notification.putActivitySubscription",
            "app.bsky.notification.putPreferences",
            "app.bsky.notification.putPreferencesV2",
            "app.bsky.notification.registerPush",
            "app.bsky.notification.unregisterPush",
            "app.bsky.notification.updateSeen"
          ]
        }
      ]
    }
  }
}
