NewTab with Flickr photos

NewTab with Flickr photos

Monotonous to see the default new tab on Firefox browser? NewTab with Flickr photos - Personalize your new tab on Firefox browser with Flickr photos of your favorite choice of photo tags.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "NewTab with Flickr photos",
  "description": "A NewTab displays a personalise photos from Flickr when every time you open a new tab on Firefox.",
  "version": "0.1.1",
  "short_name": "NewTab",
  "author": "D09r",
  "icons": {
    "16": "assets/icons/ico16_tab.png",
    "32": "assets/icons/ico32_tab.png",
    "64": "assets/icons/ico64_tab.png",
    "128": "assets/icons/ico128_tab.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "54.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "assets/jquery-3.2.1.min.js",
      "assets/background.js"
    ],
    "persistent": true
  }
}