Bjorn's Playground

Bjorn's Playground

Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bjorn's Playground",
  "description": "Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...",
  "version": "1.63",
  "icons": {
    "16": "Images/ChromeExtension/Logo_New_16.png",
    "48": "Images/ChromeExtension/Logo_New_48.png",
    "128": "Images/ChromeExtension/Logo_New_128.png"
  },
  "background": {
    "scripts": [
      "app_init.js",
      "background_snippets.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Images/ChromeExtension/Logo_New_19.png",
    "default_popup": "popup.html",
    "default_title": "Bjorn's Playground"
  },
  "content_security_policy": "script-src 'self' object-src",
  "permissions": [
    "contextMenus",
    "storage"
  ]
}