SaveLikeAPro - AI powered bookmarking

SaveLikeAPro - AI powered bookmarking

A Webclipper companion for the SaveLikeAPro bookmarking app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SaveLikeAPro - AI powered bookmarking",
  "version": "1.4",
  "description": "A Webclipper companion for the SaveLikeAPro bookmarking app",
  "permissions": [
    "identity",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "oauth2": {
    "client_id": "284680031260-l4hsoesq1r4b574ueqti9rnampn11hso.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}