SEMOR

SEMOR
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "persistent": false,
    "scripts": [
      "lib/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "images/I38.png"
    },
    "default_title": "SEMOR"
  },
  "description": "SEMOR",
  "icons": {
    "48": "images/I38.png"
  },
  "manifest_version": 2,
  "name": "SEMOR",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite",
    "webNavigation",
    "https://www.semor.cz/",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.3",
  "web_accessible_resources": [
    "lib/popup.html",
    "lib/popup.js"
  ]
}