Steemit.com Enhancer

Steemit.com Enhancer

Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "page_action": {
    "default_icon": "img/icon-48.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "js/page.bundle.js"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://steemit.com/*"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}