Prism - Visual Bookmarks

Prism - Visual Bookmarks

This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Prism - Visual Bookmarks",
  "description": "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.",
  "version": "1.0.4",
  "background": {
    "scripts": [
      "app/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "[email protected]",
    "default_popup": "index.html",
    "default_title": "Save bookmark to Prism"
  },
  "icons": {
    "16": "[email protected]",
    "48": "[email protected]",
    "128": "[email protected]"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://app.tryprism.co/*"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "bookmarks",
    "https://app.tryprism.co/*"
  ]
}