DRAWWWERS Bookmark Button

DRAWWWERS Bookmark Button

With this official DRAWWWERS chrome extension it’s easy to create a new bookmark with a screenshot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DRAWWWERS Bookmark Button",
  "short_name": "DrawwwersBtn",
  "homepage_url": "https://drawwwers.com",
  "icons": {
    "38": "icon/icon-38px.png",
    "48": "icon/icon-48px.png",
    "128": "icon/icon-128px.png"
  },
  "browser_action": {
    "default_icon": "icon/icon-38px.png",
    "default_title": "DRAWWWERS Bookmark Button"
  },
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/iframe.52c74df3.css"
      ],
      "js": [
        "js/content-scripts/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "iframe.html",
    "fonts/ProximaNovaRegular.410504d4.otf",
    "fonts/ProximaNovaBold.62d4d7d3.otf"
  ],
  "content_security_policy": "script-src 'self'  https://www.google-analytics.com; object-src 'self'",
  "version": "1.2.0",
  "description": "With this official DRAWWWERS chrome extension it’s easy to create a new bookmark with a screenshot."
}