YouProgrammer

YouProgrammer

YouProgrammer is a place where we write about technology and solutions to various problem related to digital world. If you want to stay tuned with latest things like Digital Security, Social Media, Internet etc. then this is perfect place for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YouProgrammer",
  "description": "Way To Develop Geeky Skills",
  "version": "1.1resigned1",
  "manifest_version": 2,
  "icons": {
    "128": "myicon.png"
  },
  "browser_action": {
    "default_icon": "myicon.png",
    "default_popup": "Frame.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{52a4762e-25f1-42ea-8cc2-49514d4e7eb5}"
    }
  }
}