HomePage

HomePage

Custom homepage with favorite links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.1.1resigned1",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/Webierta/HomePage",
  "icons": {
    "48": "icons/home-48.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "contextMenus",
    "downloads"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/home-16.png",
      "32": "icons/home-32.png",
      "64": "icons/home-64.png"
    },
    "default_title": "HomePage"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "images/favicon.ico",
    "images/html5.png",
    "images/js64.jpg"
  ],
  "applications": {
    "gecko": {
      "strict_min_version": "52.0",
      "id": "{8dca861c-30a1-474b-ae78-2f1234d3db0e}"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "default_locale": "en"
}