UNO's Social Media Pal

UNO's Social Media Pal

Have your posts stand out from the crowd with this simple Unicode fancy font text changer, emoji library, & Instagram line-breaker!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UNO's Social Media Pal",
  "description": "Have your posts stand out from the crowd with this simple Unicode fancy font text changer, emoji library, & Instagram line-breaker!",
  "version": "1.0",
  "browser_action": {
    "default_icon": "imgs/Logo1.png",
    "default_popup": "newtab.html"
  },
  "icons": {
    "16": "imgs/dim_16.png",
    "32": "imgs/dim_32.png",
    "48": "imgs/dim_48.png",
    "128": "imgs/dim_128.png"
  },
  "permissions": [
    "https://cdn.jsdelivr.net/*",
    "https://cdn.rawgit.com/*"
  ],
  "content_security_policy": "script-src 'unsafe-eval' 'unsafe-inline' 'self' https://cdn.jsdelivr.net; 'unsafe-eval' 'unsafe-inline' 'self' https://cdn.rawgit.com; object-src 'self'; default-src 'unsafe-inline' 'self' * data:; img-src 'self' 'unsafe-inline' * data:;style-src  'self' 'unsafe-inline' *;"
}