This extention generates and returns links from a customer's Printfection Giveaway.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Printfection Giveaway Link Generator",
"description": "This extention generates and returns links from a customer's Printfection Giveaway.",
"version": "0.2.3",
"icons": {
"48": "pf_48.png",
"128": "pf_128.png",
"256": "pf_256.png"
},
"browser_action": {
"default_title": "Printfection Giveaways",
"default_popup": "giveaway.html"
},
"options_page": "options.html",
"permissions": [
"https://api.printfection.com/",
"storage"
]
}