Bootswatch Previewer

Bootswatch Previewer

Preview any Bootswatch theme on your Bootstrap website right from the browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bootswatch Previewer",
  "description": "Preview any Bootswatch theme on your Bootstrap website right from the browser!",
  "version": "2.0",
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon48.png",
    "default_title": "Bootswatch Previewer"
  },
  "background": {
    "scripts": [
      "js/init.min.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "web_accessible_resources": [
    "themes/*",
    "lib/fonts/*"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}