Linne

Art by yasuno.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Linne",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(17, 5, 36)",
      "toolbar_text": "rgb(251, 251, 251)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(27, 27, 28)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(168, 255, 248)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(252, 252, 252)",
      "tab_loading": "rgb(168, 255, 248)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{727e4705-4bbd-47ec-8d80-7e2858abd916}"
    }
  }
}