Our Solar System - HD Wallpapers & Themes

Our Solar System - HD Wallpapers & Themes

Have Fresh And New Images Of The Solar System On Every Tab, Beautifully Selected Space Images And Auto Updated Weekly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Our Solar System - HD Wallpapers & Themes",
  "short_name": "Oursolarsystem.world",
  "description": "Have Fresh And New Images Of The Solar System On Every Tab, Beautifully Selected Space Images And Auto Updated Weekly.",
  "version": "1.0.0.3",
  "permissions": [
    "tabs",
    "topSites",
    "storage",
    "unlimitedStorage",
    "alarms",
    "webRequest",
    "webRequestBlocking",
    "https://*.oursolarsystem.world/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Oursolarsystem search",
      "keyword": "fs",
      "is_default": true,
      "encoding": "UTF-8",
      "favicon_url": "https://ext.oursolarsystem.world/favicon.ico",
      "search_url": "https://ext.oursolarsystem.world/?sr=default&q={searchTerms}"
    }
  },
  "browser_action": {
    "default_icon": "icons/32.png"
  }
}