Campfire

Campfire

Stumble through your bookmarks with a single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Campfire",
  "version": "1.0",
  "description": "Stumble through your bookmarks with a single click!",
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Campfire: Rediscover Bookmarks",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}