GDN Preview Generator

GDN Preview Generator

Preview your GDN ad in any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GDN Preview Generator",
  "version": "1.2",
  "description": "Preview your GDN ad in any website.",
  "author": "4 Thirteen Group",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/gdnpreviewgenerator-favicon.png"
  },
  "icons": {
    "128": "images/gdnpreviewgenerator-favicon.png"
  }
}