Glamourina.net Fashion and Lifestyle blog

Glamourina.net Fashion and Lifestyle blog

Only with 1 click you can get the latest posts from Glamourina.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Glamourina.net Fashion and Lifestyle blog",
  "short_name": "Glamourina",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Only with 1 click you can get the latest posts from Glamourina.net",
  "browser_action": {
    "default_icon": "16.png",
    "default_title": "Glamourina.net Fashion and Lifestyle blog",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://glamourina.net/*"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}