Spookmarks: Bookmarks that come back.

Spookmarks: Bookmarks that come back.

Bookmarks that come back to haunt you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spookmarks: Bookmarks that come back.",
  "short_name": "Spookmarks",
  "description": "Bookmarks that come back to haunt you.",
  "homepage_url": "https://spookmarks.com",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon48.png",
    "default_title": "Spookmark this page"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://*.auth0.com/ 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "callback/*"
  ],
  "permissions": [
    "https://spookmarks.auth0.com/*",
    "idle",
    "tabs",
    "storage",
    "alarms",
    "identity",
    "notifications",
    "http://spookmarks.com/*",
    "https://spookmarks.com/*"
  ],
  "version": "0.1.6"
}