Commonplaces - your digital scrapbook library

Commonplaces - your digital scrapbook library

Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Commonplaces - your digital scrapbook library",
  "version": "0.1.2",
  "short_name": "Commonplaces.io",
  "manifest_version": 2,
  "description": "Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!",
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://commonplaces.io/; object-src 'self'",
  "permissions": [
    "activeTab",
    "identity",
    "storage",
    "tabs",
    "https://commonplaces.io/",
    "https://fonts.googleapis.com/"
  ],
  "oauth2": {
    "client_id": "264739737795-9a92rmevnibdkaf25ipa00qbnp67kr70.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/logo-19.png",
      "38": "images/logo-38.png"
    },
    "default_title": "Commonplaces.io",
    "default_popup": "build/index.html"
  }
}