Inspect and view changes in GIPHY for Edge source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": {
"19": "/img/giphy_icon_19.png",
"38": "/img/giphy_icon_38.png"
},
"default_popup": "index.html",
"default_title": "GIPHY for Edge"
},
"background": {
"scripts": [
"download.js"
]
},
"description": "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!",
"icons": {
"128": "/img/128x128_vertical.png"
},
"manifest_version": 2,
"name": "GIPHY for Edge",
"permissions": [
"downloads",
"storage",
"tabs",
"*://*/*",
"webRequest",
"webRequestBlocking"
],
"version": "3.9",
"web_accessible_resources": [
"/img/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}