thunderNote

thunderNote

Staying on top of news with this slick RSS feed client.

Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "strict_min_version": "73.0"
    }
  },
  "developer": {
    "name": "Jan Riechers",
    "url": "https://github.com/jrie"
  },
  "default_locale": "en",
  "browser_action": {
    "default_title": "thunderNote",
    "default_icon": {
      "16": "icons/thunderNote.svg",
      "32": "icons/thunderNote.svg",
      "48": "icons/thunderNote.svg",
      "64": "icons/thunderNote.svg",
      "96": "icons/thunderNote.svg",
      "128": "icons/thunderNote.svg"
    }
  },
  "sidebar_action": {
    "default_title": "thunderNote",
    "default_panel": "thunderNote.html",
    "default_icon": "icons/thunderNote.svg"
  },
  "description": "__MSG_AddonDescription__",
  "icons": {
    "48": "icons/thunderNote.svg",
    "64": "icons/thunderNote.svg",
    "96": "icons/thunderNote.svg",
    "128": "icons/thunderNote.svg"
  },
  "homepage_url": "https://github.com/jrie/thunderNote",
  "manifest_version": 2,
  "name": "thunderNote",
  "version": "0.0.58",
  "permissions": [
    "<all_urls>",
    "find",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "alarms",
    "notifications",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "libs/x2js/xml2json.min.js",
      "thunderNoteBG.js"
    ]
  }
}