Check and add URL to your MrOwl account

Check and add URL to your MrOwl account

This MrOwl extension helps you to easily add topics to your MrOwl account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Check and add URL to your MrOwl account",
  "description": "This MrOwl extension helps you to easily add topics to your MrOwl account",
  "version": "1.9",
  "browser_action": {
    "default_icon": "mrowl_128.png",
    "default_popup": "script.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "management"
  ]
}