PageAPatte - custom start page

PageAPatte - custom start page

Custom start page with RSS feeds, weather, calendar events, unread mails (from GMail)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "fr",
  "short_name": "PageAPatte",
  "description": "__MSG_extDescription__",
  "version": "1.2.2.7",
  "permissions": [
    "geolocation",
    "storage",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}