gh0stzk's homepage

gh0stzk's homepage

An homepage for your browser (color sheme by gh0stzk)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "gh0stzk's homepage",
  "short_name": "gh0stzk's homepage",
  "version": "1.4.7",
  "description": "An homepage for your browser (color sheme by gh0stzk)",
  "author": "PonyLucky",
  "homepage_url": "https://github.com/PonyLucky",
  "icons": {
    "48": "public/img/favicon/favicon-48.png",
    "128": "public/img/favicon/favicon-128.png",
    "256": "public/img/favicon/favicon-256.png",
    "512": "public/img/favicon/favicon-512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "browser_action": {
    "default_title": "gh0stzk's Firefox",
    "default_icon": {
      "48": "public/img/favicon/favicon-48.png",
      "128": "public/img/favicon/favicon-128.png",
      "256": "public/img/favicon/favicon-256.png",
      "512": "public/img/favicon/favicon-512.png"
    },
    "browser_style": true
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}