LeanRabbook

LeanRabbook

Auto Parser of Novel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LeanRabbook",
  "version": "1.65",
  "description": "Auto Parser of Novel",
  "short_name": "LRabook",
  "background": {
    "page": "background.html",
    "persisitent": true
  },
  "manifest_version": 2,
  "icons": {
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "index.html",
    "default_title": "RabbookLean"
  },
  "web_accessible_resources": [
    "font/font.ttf"
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ]
}