Solar Energy News

Solar Energy News

Keep your finger on the pulse with this great clean and green energy news app!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Solar Energy News",
  "description": "Keep your finger on the pulse with this great clean and green energy news app!",
  "author": "Ludovico Media",
  "version": "1.4",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "icons": {
    "16": "icon128.png",
    "48": "icon128.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "feed.html",
    "default_title": "Feed"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}